Html Css Color HEX #EAE172 Texas

📋 copy color: '#EAE172'

red 234 ◦ green 225 ◦ blue 114

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

Shades of Texas #EAE172

Tints of Texas #EAE172

RGB

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

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

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

R = 40.84%
G = 39.27%
B = 19.9%

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

#EAE172 (or 0xEAE172) is known color: Texas. HEX triplet: EA, E1 and 72. RGB value is (234,225,114). Sum of RGB (Red+Green+Blue) = 234+225+114=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE172 is #151E8D. Grayscale: #D7D7D7. Windows color (decimal): -1384078 or 7528938. OLE color: 7528938.

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

Color convert

RGB 234 225 114 -
CMYK 0 0.04 0.51 0.08
HSL 55.5º 0.74% 0.68% -
HSV(B) 55.5º 0.51% 0.92% -
XYZ 63.89 72.56 26.56 -
YUV 215.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 234 225 114 0 0.04 0.51 0.08 55.5 0.74 0.68
Hex EA E1 72 0 4 33 8 38 4A 44
Octal 352 341 162 0 4 63 10 70 112 104
Binary 11101010 11100001 1110010 0 100 110011 1000 111000 1001010 1000100

Color Harmonies of #EAE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE172

Black with #EAE172

Text Example


Text Example

White with #EAE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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