Html Css Color HEX #EAE370 Texas

📋 copy color: '#EAE370'

red 234 ◦ green 227 ◦ blue 112

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

Shades of Texas #EAE370

Tints of Texas #EAE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.62%

 BLUE value IS 112 (44.14% from 255) = 19.55%

R = 40.84%
G = 39.62%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAE370 (or 0xEAE370) is known color: Texas. HEX triplet: EA, E3 and 70. RGB value is (234,227,112). Sum of RGB (Red+Green+Blue) = 234+227+112=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE370 is #151C8F. Grayscale: #D8D8D8. Windows color (decimal): -1383568 or 7398378. OLE color: 7398378.

HSL color Cylindrical-coordinate representation of color #EAE370: hue angle of 56.56º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAE370 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 227 112 -
CMYK 0 0.03 0.52 0.08
HSL 56.56º 0.74% 0.68% -
HSV(B) 56.56º 0.52% 0.92% -
XYZ 64.33 73.6 26.15 -
YUV 215.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 234 227 112 0 0.03 0.52 0.08 56.56 0.74 0.68
Hex EA E3 70 0 3 34 8 39 4A 44
Octal 352 343 160 0 3 64 10 71 112 104
Binary 11101010 11100011 1110000 0 11 110100 1000 111001 1001010 1000100

Color Harmonies of #EAE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE370

Black with #EAE370

Text Example


Text Example

White with #EAE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE370; }

 p { color: rgb(234,227,112); }

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

background-color css

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

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

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

border-color css

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

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

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