Html Css Color HEX #EAE080 Texas

📋 copy color: '#EAE080'

red 234 ◦ green 224 ◦ blue 128

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

Shades of Texas #EAE080

Tints of Texas #EAE080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.84%

R = 39.93%
G = 38.23%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAE080 (or 0xEAE080) is known color: Texas. HEX triplet: EA, E0 and 80. RGB value is (234,224,128). Sum of RGB (Red+Green+Blue) = 234+224+128=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE080 is #151F7F. Grayscale: #D8D8D8. Windows color (decimal): -1384320 or 8446186. OLE color: 8446186.

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

Color convert

RGB 234 224 128 -
CMYK 0 0.04 0.45 0.08
HSL 54.34º 0.72% 0.71% -
HSV(B) 54.34º 0.45% 0.92% -
XYZ 64.48 72.36 30.99 -
YUV 216.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 234 224 128 0 0.04 0.45 0.08 54.34 0.72 0.71
Hex EA E0 80 0 4 2D 8 36 48 47
Octal 352 340 200 0 4 55 10 66 110 107
Binary 11101010 11100000 10000000 0 100 101101 1000 110110 1001000 1000111

Color Harmonies of #EAE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE080

Black with #EAE080

Text Example


Text Example

White with #EAE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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