Html Css Color HEX #EBE174 Texas

📋 copy color: '#EBE174'

red 235 ◦ green 225 ◦ blue 116

#EBE174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBE174

Tints of Texas #EBE174

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

 GREEN value IS 225 (88.28% from 255) = 39.06%

 BLUE value IS 116 (45.7% from 255) = 20.14%

R = 40.8%
G = 39.06%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBE174 (or 0xEBE174) is known color: Texas. HEX triplet: EB, E1 and 74. RGB value is (235,225,116). Sum of RGB (Red+Green+Blue) = 235+225+116=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE174 is #141E8B. Grayscale: #D8D8D8. Windows color (decimal): -1318540 or 7660011. OLE color: 7660011.

HSL color Cylindrical-coordinate representation of color #EBE174: hue angle of 54.96º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE174 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 116 -
CMYK 0 0.04 0.51 0.08
HSL 54.96º 0.75% 0.69% -
HSV(B) 54.96º 0.51% 0.92% -
XYZ 64.34 72.77 27.18 -
YUV 215.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 235 225 116 0 0.04 0.51 0.08 54.96 0.75 0.69
Hex EB E1 74 0 4 33 8 37 4B 45
Octal 353 341 164 0 4 63 10 67 113 105
Binary 11101011 11100001 1110100 0 100 110011 1000 110111 1001011 1000101

Color Harmonies of #EBE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE174

Black with #EBE174

Text Example


Text Example

White with #EBE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE174; }

 p { color: rgb(235,225,116); }

 H1.HeaderClassName
 {
   color: #EBE174;
 }
 .AnyTagClassName
 {
   color: #EBE174;
 }
</style>

background-color css

<style>
 a { background-color: #EBE174; }

 a { background-color: rgb(235,225,116); }

 div.DivClassName
 {
   background-color: #EBE174;
 }
 .BgClassName
 {
   background-color: #EBE174;
 }
</style>

border-color css

<style>
 span { border-color: #EBE174; }

 span { border-color: rgb(235,225,116); }

 td.TdClassName
 {
   border-color: #EBE174;
 }
 .TagClassName
 {
   border-color: #EBE174;
 }
</style>