Html Css Color HEX #EAE179 Texas

📋 copy color: '#EAE179'

red 234 ◦ green 225 ◦ blue 121

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

Shades of Texas #EAE179

Tints of Texas #EAE179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.86%

R = 40.34%
G = 38.79%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAE179 (or 0xEAE179) is known color: Texas. HEX triplet: EA, E1 and 79. RGB value is (234,225,121). Sum of RGB (Red+Green+Blue) = 234+225+121=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE179 is #151E86. Grayscale: #D8D8D8. Windows color (decimal): -1384071 or 7987690. OLE color: 7987690.

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

Color convert

RGB 234 225 121 -
CMYK 0 0.04 0.48 0.08
HSL 55.22º 0.73% 0.7% -
HSV(B) 55.22º 0.48% 0.92% -
XYZ 64.31 72.72 28.74 -
YUV 215.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 234 225 121 0 0.04 0.48 0.08 55.22 0.73 0.7
Hex EA E1 79 0 4 30 8 37 49 46
Octal 352 341 171 0 4 60 10 67 111 106
Binary 11101010 11100001 1111001 0 100 110000 1000 110111 1001001 1000110

Color Harmonies of #EAE179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE179

Black with #EAE179

Text Example


Text Example

White with #EAE179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE179; }

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

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

background-color css

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

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

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

border-color css

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

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

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