Html Css Color HEX #EAE575 Texas

📋 copy color: '#EAE575'

red 234 ◦ green 229 ◦ blue 117

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

Shades of Texas #EAE575

Tints of Texas #EAE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.48%

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 40.34%
G = 39.48%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAE575 (or 0xEAE575) is known color: Texas. HEX triplet: EA, E5 and 75. RGB value is (234,229,117). Sum of RGB (Red+Green+Blue) = 234+229+117=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE575 is #151A8A. Grayscale: #DADADA. Windows color (decimal): -1383051 or 7726570. OLE color: 7726570.

HSL color Cylindrical-coordinate representation of color #EAE575: hue angle of 57.44º degrees, saturation: 0.74, 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 #EAE575 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 117 -
CMYK 0 0.02 0.5 0.08
HSL 57.44º 0.74% 0.69% -
HSV(B) 57.44º 0.5% 0.92% -
XYZ 65.16 74.82 27.84 -
YUV 217.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 234 229 117 0 0.02 0.5 0.08 57.44 0.74 0.69
Hex EA E5 75 0 2 32 8 39 4A 45
Octal 352 345 165 0 2 62 10 71 112 105
Binary 11101010 11100101 1110101 0 10 110010 1000 111001 1001010 1000101

Color Harmonies of #EAE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE575

Black with #EAE575

Text Example


Text Example

White with #EAE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE575; }

 p { color: rgb(234,229,117); }

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

background-color css

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

 a { background-color: rgb(234,229,117); }

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

border-color css

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

 span { border-color: rgb(234,229,117); }

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