Html Css Color HEX #EAE978 Texas

📋 copy color: '#EAE978'

red 234 ◦ green 233 ◦ blue 120

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

Shades of Texas #EAE978

Tints of Texas #EAE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 120 (47.27% from 255) = 20.44%

R = 39.86%
G = 39.69%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAE978 (or 0xEAE978) is known color: Texas. HEX triplet: EA, E9 and 78. RGB value is (234,233,120). Sum of RGB (Red+Green+Blue) = 234+233+120=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE978 is #151687. Grayscale: #DCDCDC. Windows color (decimal): -1382024 or 7924202. OLE color: 7924202.

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

Color convert

RGB 234 233 120 -
CMYK 0 0.00 0.49 0.08
HSL 59.47º 0.73% 0.69% -
HSV(B) 59.47º 0.49% 0.92% -
XYZ 66.46 77.13 29.15 -
YUV 220.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 234 233 120 0 0.00 0.49 0.08 59.47 0.73 0.69
Hex EA E9 78 0 0 31 8 3B 49 45
Octal 352 351 170 0 0 61 10 73 111 105
Binary 11101010 11101001 1111000 0 0 110001 1000 111011 1001001 1000101

Color Harmonies of #EAE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE978

Black with #EAE978

Text Example


Text Example

White with #EAE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE978; }

 p { color: rgb(234,233,120); }

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

background-color css

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

 a { background-color: rgb(234,233,120); }

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

border-color css

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

 span { border-color: rgb(234,233,120); }

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