Html Css Color HEX #EAE877 Texas

📋 copy color: '#EAE877'

red 234 ◦ green 232 ◦ blue 119

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

Shades of Texas #EAE877

Tints of Texas #EAE877

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

 BLUE value IS 119 (46.88% from 255) = 20.34%

R = 40%
G = 39.66%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAE877 (or 0xEAE877) is known color: Texas. HEX triplet: EA, E8 and 77. RGB value is (234,232,119). Sum of RGB (Red+Green+Blue) = 234+232+119=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE877 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE877 is #151788. Grayscale: #DCDCDC. Windows color (decimal): -1382281 or 7858410. OLE color: 7858410.

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

Color convert

RGB 234 232 119 -
CMYK 0 0.01 0.49 0.08
HSL 58.96º 0.73% 0.69% -
HSV(B) 58.96º 0.49% 0.92% -
XYZ 66.12 76.54 28.74 -
YUV 219.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 234 232 119 0 0.01 0.49 0.08 58.96 0.73 0.69
Hex EA E8 77 0 1 31 8 3B 49 45
Octal 352 350 167 0 1 61 10 73 111 105
Binary 11101010 11101000 1110111 0 1 110001 1000 111011 1001001 1000101

Color Harmonies of #EAE877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE877

Black with #EAE877

Text Example


Text Example

White with #EAE877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE877; }

 p { color: rgb(234,232,119); }

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

background-color css

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

 a { background-color: rgb(234,232,119); }

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

border-color css

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

 span { border-color: rgb(234,232,119); }

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