Html Css Color HEX #EAE883 Texas

📋 copy color: '#EAE883'

red 234 ◦ green 232 ◦ blue 131

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

Shades of Texas #EAE883

Tints of Texas #EAE883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.94%

R = 39.2%
G = 38.86%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAE883 (or 0xEAE883) is known color: Texas. HEX triplet: EA, E8 and 83. RGB value is (234,232,131). Sum of RGB (Red+Green+Blue) = 234+232+131=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE883 is #15177C. Grayscale: #DDDDDD. Windows color (decimal): -1382269 or 8644842. OLE color: 8644842.

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

Color convert

RGB 234 232 131 -
CMYK 0 0.01 0.44 0.08
HSL 58.83º 0.71% 0.72% -
HSV(B) 58.83º 0.44% 0.92% -
XYZ 66.89 76.84 32.78 -
YUV 221.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 234 232 131 0 0.01 0.44 0.08 58.83 0.71 0.72
Hex EA E8 83 0 1 2C 8 3B 47 48
Octal 352 350 203 0 1 54 10 73 107 110
Binary 11101010 11101000 10000011 0 1 101100 1000 111011 1000111 1001000

Color Harmonies of #EAE883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE883

Black with #EAE883

Text Example


Text Example

White with #EAE883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE883; }

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

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

background-color css

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

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

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

border-color css

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

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

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