Html Css Color HEX #EAE576 Texas

📋 copy color: '#EAE576'

red 234 ◦ green 229 ◦ blue 118

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

Shades of Texas #EAE576

Tints of Texas #EAE576

RGB

 RED value IS 234 (91.8% from 255) = 40.28%

 GREEN value IS 229 (89.84% from 255) = 39.41%

 BLUE value IS 118 (46.48% from 255) = 20.31%

R = 40.28%
G = 39.41%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAE576 (or 0xEAE576) is known color: Texas. HEX triplet: EA, E5 and 76. RGB value is (234,229,118). Sum of RGB (Red+Green+Blue) = 234+229+118=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE576 is #151A89. Grayscale: #DADADA. Windows color (decimal): -1383050 or 7792106. OLE color: 7792106.

HSL color Cylindrical-coordinate representation of color #EAE576: hue angle of 57.41º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAE576 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 118 -
CMYK 0 0.02 0.50 0.08
HSL 57.41º 0.73% 0.69% -
HSV(B) 57.41º 0.5% 0.92% -
XYZ 65.22 74.84 28.15 -
YUV 217.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 234 229 118 0 0.02 0.50 0.08 57.41 0.73 0.69
Hex EA E5 76 0 2 32 8 39 49 45
Octal 352 345 166 0 2 62 10 71 111 105
Binary 11101010 11100101 1110110 0 10 110010 1000 111001 1001001 1000101

Color Harmonies of #EAE576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE576

Black with #EAE576

Text Example


Text Example

White with #EAE576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE576; }

 p { color: rgb(234,229,118); }

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

background-color css

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

 a { background-color: rgb(234,229,118); }

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

border-color css

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

 span { border-color: rgb(234,229,118); }

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