#EDED86

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

Shades of Texas #EDED86

Tints of Texas #EDED86

Color information

#EDED86 (or 0xEDED86) is unknown color: approx Texas. HEX triplet: ED, ED and 86. RGB value is (237,237,134). Sum of RGB (Red+Green+Blue) = 237+237+134=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED86 is #121279. Grayscale: #E1E1E1. Windows color (decimal): -1184378 or 8842733. OLE color: 8842733.

HSL color Cylindrical-coordinate representation of color #EDED86: 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.43%. Process color model (Four color, CMYK) of #EDED86 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237237134-
CMYK000.430.07
HSL60º74.1%72.75%-
HSV(B)60º43.46%92.94%-
XYZ69.5180.2934.39-
YUV225.2676.5136.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 134 (52.73% from 255) = 22.04%
R=38.98%
G=38.98%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237134000.430.076074.172.75
HexEDED86002B73c4a49
Octal3553552060053774112111
Binary1110110111101101100001100010101111111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED86; }

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

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

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

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

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

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

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

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