Html Css Color HEX #EAE983 Texas

📋 copy color: '#EAE983'

red 234 ◦ green 233 ◦ blue 131

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

Shades of Texas #EAE983

Tints of Texas #EAE983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.96%

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

R = 39.13%
G = 38.96%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAE983 (or 0xEAE983) is known color: Texas. HEX triplet: EA, E9 and 83. RGB value is (234,233,131). Sum of RGB (Red+Green+Blue) = 234+233+131=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE983 is #15167C. Grayscale: #DEDEDE. Windows color (decimal): -1382013 or 8645098. OLE color: 8645098.

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

Color convert

RGB 234 233 131 -
CMYK 0 0.00 0.44 0.08
HSL 59.42º 0.71% 0.72% -
HSV(B) 59.42º 0.44% 0.92% -
XYZ 67.17 77.41 32.87 -
YUV 221.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 234 233 131 0 0.00 0.44 0.08 59.42 0.71 0.72
Hex EA E9 83 0 0 2C 8 3B 47 48
Octal 352 351 203 0 0 54 10 73 107 110
Binary 11101010 11101001 10000011 0 0 101100 1000 111011 1000111 1001000

Color Harmonies of #EAE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE983

Black with #EAE983

Text Example


Text Example

White with #EAE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE983; }

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

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

background-color css

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

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

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

border-color css

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

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

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