Html Css Color HEX #EAE975 Texas

📋 copy color: '#EAE975'

red 234 ◦ green 233 ◦ blue 117

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

Shades of Texas #EAE975

Tints of Texas #EAE975

RGB

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

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

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

R = 40.07%
G = 39.9%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAE975 (or 0xEAE975) is known color: Texas. HEX triplet: EA, E9 and 75. RGB value is (234,233,117). Sum of RGB (Red+Green+Blue) = 234+233+117=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE975 is #15168A. Grayscale: #DCDCDC. Windows color (decimal): -1382027 or 7727594. OLE color: 7727594.

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

Color convert

RGB 234 233 117 -
CMYK 0 0.00 0.5 0.08
HSL 59.49º 0.74% 0.69% -
HSV(B) 59.49º 0.5% 0.92% -
XYZ 66.28 77.05 28.21 -
YUV 220.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 234 233 117 0 0.00 0.5 0.08 59.49 0.74 0.69
Hex EA E9 75 0 0 32 8 3B 4A 45
Octal 352 351 165 0 0 62 10 73 112 105
Binary 11101010 11101001 1110101 0 0 110010 1000 111011 1001010 1000101

Color Harmonies of #EAE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE975

Black with #EAE975

Text Example


Text Example

White with #EAE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE975; }

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

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

background-color css

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

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

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

border-color css

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

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

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