#EDE585

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

Shades of Texas #EDE585

Tints of Texas #EDE585

Color information

#EDE585 (or 0xEDE585) is unknown color: approx Texas. HEX triplet: ED, E5 and 85. RGB value is (237,229,133). Sum of RGB (Red+Green+Blue) = 237+229+133=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE585 is #121A7A. Grayscale: #DCDCDC. Windows color (decimal): -1186427 or 8775149. OLE color: 8775149.

HSL color Cylindrical-coordinate representation of color #EDE585: hue angle of 55.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE585 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237229133-
CMYK00.030.440.07
HSL55.38º74.29%72.55%-
HSV(B)55.38º43.88%92.94%-
XYZ67.1875.7433.27-
YUV220.4578.65139.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 229 (89.84% from 255) = 38.23%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=39.57%
G=38.23%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722913300.030.440.0755.3874.2972.55
HexEDE585032C7374a49
Octal3553452050354767112111
Binary11101101111001011000010101110110011111011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE585; }

 p { color: rgb(237,229,133); }

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

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

 a { background-color: rgb(237,229,133); }

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

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

 span { border-color: rgb(237,229,133); }

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