Html Css Color HEX #EAEA75 Texas

📋 copy color: '#EAEA75'

red 234 ◦ green 234 ◦ blue 117

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

Shades of Texas #EAEA75

Tints of Texas #EAEA75

RGB

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

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

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

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAEA75 (or 0xEAEA75) is known color: Texas. HEX triplet: EA, EA and 75. RGB value is (234,234,117). Sum of RGB (Red+Green+Blue) = 234+234+117=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA75 is #15158A. Grayscale: #DDDDDD. Windows color (decimal): -1381771 or 7727850. OLE color: 7727850.

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

Color convert

RGB 234 234 117 -
CMYK 0 0 0.5 0.08
HSL 60º 0.74% 0.69% -
HSV(B) 60º 0.5% 0.92% -
XYZ 66.57 77.62 28.3 -
YUV 220.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 234 234 117 0 0 0.5 0.08 60 0.74 0.69
Hex EA EA 75 0 0 32 8 3C 4A 45
Octal 352 352 165 0 0 62 10 74 112 105
Binary 11101010 11101010 1110101 0 0 110010 1000 111100 1001010 1000101

Color Harmonies of #EAEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA75

Black with #EAEA75

Text Example


Text Example

White with #EAEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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