Html Css Color HEX #EAE57D Texas

📋 copy color: '#EAE57D'

red 234 ◦ green 229 ◦ blue 125

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

Shades of Texas #EAE57D

Tints of Texas #EAE57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 39.8%
G = 38.95%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAE57D (or 0xEAE57D) is known color: Texas. HEX triplet: EA, E5 and 7D. RGB value is (234,229,125). Sum of RGB (Red+Green+Blue) = 234+229+125=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE57D is #151A82. Grayscale: #DBDBDB. Windows color (decimal): -1383043 or 8250858. OLE color: 8250858.

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

Color convert

RGB 234 229 125 -
CMYK 0 0.02 0.47 0.08
HSL 57.25º 0.72% 0.7% -
HSV(B) 57.25º 0.47% 0.92% -
XYZ 65.65 75.01 30.42 -
YUV 218.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 234 229 125 0 0.02 0.47 0.08 57.25 0.72 0.7
Hex EA E5 7D 0 2 2F 8 39 48 46
Octal 352 345 175 0 2 57 10 71 110 106
Binary 11101010 11100101 1111101 0 10 101111 1000 111001 1001000 1000110

Color Harmonies of #EAE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE57D

Black with #EAE57D

Text Example


Text Example

White with #EAE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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