Html Css Color HEX #EAE571 Texas

📋 copy color: '#EAE571'

red 234 ◦ green 229 ◦ blue 113

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

Shades of Texas #EAE571

Tints of Texas #EAE571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.62%

R = 40.63%
G = 39.76%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAE571 (or 0xEAE571) is known color: Texas. HEX triplet: EA, E5 and 71. RGB value is (234,229,113). Sum of RGB (Red+Green+Blue) = 234+229+113=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 113 (44.53% from 255 or 19.62% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE571 is #151A8E. Grayscale: #D9D9D9. Windows color (decimal): -1383055 or 7464426. OLE color: 7464426.

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

Color convert

RGB 234 229 113 -
CMYK 0 0.02 0.52 0.08
HSL 57.52º 0.74% 0.68% -
HSV(B) 57.52º 0.52% 0.92% -
XYZ 64.93 74.72 26.62 -
YUV 217.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 234 229 113 0 0.02 0.52 0.08 57.52 0.74 0.68
Hex EA E5 71 0 2 34 8 3A 4A 44
Octal 352 345 161 0 2 64 10 72 112 104
Binary 11101010 11100101 1110001 0 10 110100 1000 111010 1001010 1000100

Color Harmonies of #EAE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE571

Black with #EAE571

Text Example


Text Example

White with #EAE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE571; }

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

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

background-color css

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

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

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

border-color css

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

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

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