Html Css Color HEX #EAE573 Texas

📋 copy color: '#EAE573'

red 234 ◦ green 229 ◦ blue 115

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

Shades of Texas #EAE573

Tints of Texas #EAE573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.9%

R = 40.48%
G = 39.62%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAE573 (or 0xEAE573) is known color: Texas. HEX triplet: EA, E5 and 73. RGB value is (234,229,115). Sum of RGB (Red+Green+Blue) = 234+229+115=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE573 is #151A8C. Grayscale: #D9D9D9. Windows color (decimal): -1383053 or 7595498. OLE color: 7595498.

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

Color convert

RGB 234 229 115 -
CMYK 0 0.02 0.51 0.08
HSL 57.48º 0.74% 0.68% -
HSV(B) 57.48º 0.51% 0.92% -
XYZ 65.05 74.77 27.22 -
YUV 217.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 234 229 115 0 0.02 0.51 0.08 57.48 0.74 0.68
Hex EA E5 73 0 2 33 8 39 4A 44
Octal 352 345 163 0 2 63 10 71 112 104
Binary 11101010 11100101 1110011 0 10 110011 1000 111001 1001010 1000100

Color Harmonies of #EAE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE573

Black with #EAE573

Text Example


Text Example

White with #EAE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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