Html Css Color HEX #EAE079 Texas

📋 copy color: '#EAE079'

red 234 ◦ green 224 ◦ blue 121

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

Shades of Texas #EAE079

Tints of Texas #EAE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.69%

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

R = 40.41%
G = 38.69%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAE079 (or 0xEAE079) is known color: Texas. HEX triplet: EA, E0 and 79. RGB value is (234,224,121). Sum of RGB (Red+Green+Blue) = 234+224+121=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 121 (47.66% from 255 or 20.90% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE079 is #151F86. Grayscale: #D7D7D7. Windows color (decimal): -1384327 or 7987434. OLE color: 7987434.

HSL color Cylindrical-coordinate representation of color #EAE079: hue angle of 54.69º 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 #EAE079 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 121 -
CMYK 0 0.04 0.48 0.08
HSL 54.69º 0.73% 0.7% -
HSV(B) 54.69º 0.48% 0.92% -
XYZ 64.04 72.18 28.65 -
YUV 215.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 234 224 121 0 0.04 0.48 0.08 54.69 0.73 0.7
Hex EA E0 79 0 4 30 8 37 49 46
Octal 352 340 171 0 4 60 10 67 111 106
Binary 11101010 11100000 1111001 0 100 110000 1000 110111 1001001 1000110

Color Harmonies of #EAE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE079

Black with #EAE079

Text Example


Text Example

White with #EAE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE079; }

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

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

background-color css

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

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

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

border-color css

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

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

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