Html Css Color HEX #EAE076 Texas

📋 copy color: '#EAE076'

red 234 ◦ green 224 ◦ blue 118

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

Shades of Texas #EAE076

Tints of Texas #EAE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.49%

R = 40.63%
G = 38.89%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAE076 (or 0xEAE076) is known color: Texas. HEX triplet: EA, E0 and 76. RGB value is (234,224,118). Sum of RGB (Red+Green+Blue) = 234+224+118=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE076 is #151F89. Grayscale: #D7D7D7. Windows color (decimal): -1384330 or 7790826. OLE color: 7790826.

HSL color Cylindrical-coordinate representation of color #EAE076: hue angle of 54.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAE076 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 118 -
CMYK 0 0.04 0.50 0.08
HSL 54.83º 0.73% 0.69% -
HSV(B) 54.83º 0.5% 0.92% -
XYZ 63.86 72.11 27.69 -
YUV 214.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 234 224 118 0 0.04 0.50 0.08 54.83 0.73 0.69
Hex EA E0 76 0 4 32 8 37 49 45
Octal 352 340 166 0 4 62 10 67 111 105
Binary 11101010 11100000 1110110 0 100 110010 1000 110111 1001001 1000101

Color Harmonies of #EAE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE076

Black with #EAE076

Text Example


Text Example

White with #EAE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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