Html Css Color HEX #EAE072 Texas

📋 copy color: '#EAE072'

red 234 ◦ green 224 ◦ blue 114

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

Shades of Texas #EAE072

Tints of Texas #EAE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.93%

R = 40.91%
G = 39.16%
B = 19.93%

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

#EAE072 (or 0xEAE072) is known color: Texas. HEX triplet: EA, E0 and 72. RGB value is (234,224,114). Sum of RGB (Red+Green+Blue) = 234+224+114=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE072 is #151F8D. Grayscale: #D6D6D6. Windows color (decimal): -1384334 or 7528682. OLE color: 7528682.

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

Color convert

RGB 234 224 114 -
CMYK 0 0.04 0.51 0.08
HSL 55º 0.74% 0.68% -
HSV(B) 55º 0.51% 0.92% -
XYZ 63.62 72.02 26.47 -
YUV 214.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 234 224 114 0 0.04 0.51 0.08 55 0.74 0.68
Hex EA E0 72 0 4 33 8 37 4A 44
Octal 352 340 162 0 4 63 10 67 112 104
Binary 11101010 11100000 1110010 0 100 110011 1000 110111 1001010 1000100

Color Harmonies of #EAE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE072

Black with #EAE072

Text Example


Text Example

White with #EAE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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