#EAE683

Color #EAE683 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EAE683

Tints of Texas #EAE683

Color information

#EAE683 (or 0xEAE683) is unknown color: approx Texas. HEX triplet: EA, E6 and 83. RGB value is (234,230,131). Sum of RGB (Red+Green+Blue) = 234+230+131=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE683 is #15197C. Grayscale: #DCDCDC. Windows color (decimal): -1382781 or 8644330. OLE color: 8644330.

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

Color convert

RGB234230131-
CMYK00.020.440.08
HSL57.67º71.03%71.57%-
HSV(B)57.67º44.02%91.76%-
XYZ66.3375.7232.59-
YUV219.9177.83138.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 131 (51.56% from 255) = 22.02%
R=39.33%
G=38.66%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423013100.020.440.0857.6771.0371.57
HexEAE683022C83a4748
Octal35234620302541072107110
Binary111010101110011010000011010101100100011101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE683; }

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

 H1.HeaderClassName
 {
   color: #EAE683;
 }
 .AnyTagClassName
 {
   color: #EAE683;
 }
</style>
background-color css

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

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

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

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

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

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