Html Css Color HEX #EAE979 Texas

📋 copy color: '#EAE979'

red 234 ◦ green 233 ◦ blue 121

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

Shades of Texas #EAE979

Tints of Texas #EAE979

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.63%

 BLUE value IS 121 (47.66% from 255) = 20.58%

R = 39.8%
G = 39.63%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAE979 (or 0xEAE979) is known color: Texas. HEX triplet: EA, E9 and 79. RGB value is (234,233,121). Sum of RGB (Red+Green+Blue) = 234+233+121=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE979 is #151686. Grayscale: #DCDCDC. Windows color (decimal): -1382023 or 7989738. OLE color: 7989738.

HSL color Cylindrical-coordinate representation of color #EAE979: hue angle of 59.47º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAE979 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 121 -
CMYK 0 0.00 0.48 0.08
HSL 59.47º 0.73% 0.7% -
HSV(B) 59.47º 0.48% 0.92% -
XYZ 66.52 77.15 29.47 -
YUV 220.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 234 233 121 0 0.00 0.48 0.08 59.47 0.73 0.7
Hex EA E9 79 0 0 30 8 3B 49 46
Octal 352 351 171 0 0 60 10 73 111 106
Binary 11101010 11101001 1111001 0 0 110000 1000 111011 1001001 1000110

Color Harmonies of #EAE979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE979

Black with #EAE979

Text Example


Text Example

White with #EAE979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE979; }

 p { color: rgb(234,233,121); }

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

background-color css

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

 a { background-color: rgb(234,233,121); }

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

border-color css

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

 span { border-color: rgb(234,233,121); }

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