#EDEC85

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

Shades of Texas #EDEC85

Tints of Texas #EDEC85

Color information

#EDEC85 (or 0xEDEC85) is unknown color: approx Texas. HEX triplet: ED, EC and 85. RGB value is (237,236,133). Sum of RGB (Red+Green+Blue) = 237+236+133=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC85 is #12137A. Grayscale: #E0E0E0. Windows color (decimal): -1184635 or 8776941. OLE color: 8776941.

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

Color convert

RGB237236133-
CMYK00.000.440.07
HSL59.42º74.29%72.55%-
HSV(B)59.42º43.88%92.94%-
XYZ69.1579.6933.93-
YUV224.5676.33136.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 133 (52.34% from 255) = 21.95%
R=39.11%
G=38.94%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723613300.000.440.0759.4274.2972.55
HexEDEC85002C73b4a49
Octal3553542050054773112111
Binary1110110111101100100001010010110011111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC85; }

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

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

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

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

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

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

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

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