#EDED85

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

Shades of Texas #EDED85

Tints of Texas #EDED85

Color information

#EDED85 (or 0xEDED85) is unknown color: approx Texas. HEX triplet: ED, ED and 85. RGB value is (237,237,133). Sum of RGB (Red+Green+Blue) = 237+237+133=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED85 is #12127A. Grayscale: #E1E1E1. Windows color (decimal): -1184379 or 8777197. OLE color: 8777197.

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

Color convert

RGB237237133-
CMYK000.440.07
HSL60º74.29%72.55%-
HSV(B)60º43.88%92.94%-
XYZ69.4480.2734.02-
YUV225.1476136.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 133 (52.34% from 255) = 21.91%
R=39.04%
G=39.04%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237133000.440.076074.2972.55
HexEDED85002C73c4a49
Octal3553552050054774112111
Binary1110110111101101100001010010110011111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED85; }

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

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

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

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

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

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

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

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