Html Css Color HEX #EAE885 Texas

📋 copy color: '#EAE885'

red 234 ◦ green 232 ◦ blue 133

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

Shades of Texas #EAE885

Tints of Texas #EAE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.73%

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 39.07%
G = 38.73%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAE885 (or 0xEAE885) is known color: Texas. HEX triplet: EA, E8 and 85. RGB value is (234,232,133). Sum of RGB (Red+Green+Blue) = 234+232+133=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE885 is #15177A. Grayscale: #DDDDDD. Windows color (decimal): -1382267 or 8775914. OLE color: 8775914.

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

Color convert

RGB 234 232 133 -
CMYK 0 0.01 0.43 0.08
HSL 58.81º 0.71% 0.72% -
HSV(B) 58.81º 0.43% 0.92% -
XYZ 67.02 76.9 33.5 -
YUV 221.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 234 232 133 0 0.01 0.43 0.08 58.81 0.71 0.72
Hex EA E8 85 0 1 2B 8 3B 47 48
Octal 352 350 205 0 1 53 10 73 107 110
Binary 11101010 11101000 10000101 0 1 101011 1000 111011 1000111 1001000

Color Harmonies of #EAE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE885

Black with #EAE885

Text Example


Text Example

White with #EAE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE885; }

 p { color: rgb(234,232,133); }

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

background-color css

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

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

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

border-color css

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

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

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