#EDED81

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

Shades of Texas #EDED81

Tints of Texas #EDED81

Color information

#EDED81 (or 0xEDED81) is unknown color: approx Texas. HEX triplet: ED, ED and 81. RGB value is (237,237,129). Sum of RGB (Red+Green+Blue) = 237+237+129=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED81 is #12127E. Grayscale: #E1E1E1. Windows color (decimal): -1184383 or 8515053. OLE color: 8515053.

HSL color Cylindrical-coordinate representation of color #EDED81: hue angle of 60º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDED81 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237237129-
CMYK000.460.07
HSL60º75%71.76%-
HSV(B)60º45.57%92.94%-
XYZ69.1780.1632.6-
YUV224.6974136.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 129 (50.78% from 255) = 21.39%
R=39.30%
G=39.30%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237129000.460.07607571.76
HexEDED81002E73c4b48
Octal3553552010056774113110
Binary1110110111101101100000010010111011111110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED81; }

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

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

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

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

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

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

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

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