#EDEC81

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

Shades of Texas #EDEC81

Tints of Texas #EDEC81

Color information

#EDEC81 (or 0xEDEC81) is unknown color: approx Texas. HEX triplet: ED, EC and 81. RGB value is (237,236,129). Sum of RGB (Red+Green+Blue) = 237+236+129=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC81 is #12137E. Grayscale: #E0E0E0. Windows color (decimal): -1184639 or 8514797. OLE color: 8514797.

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

Color convert

RGB237236129-
CMYK00.000.460.07
HSL59.44º75%71.76%-
HSV(B)59.44º45.57%92.94%-
XYZ68.8879.5832.5-
YUV224.174.33137.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 236 (92.58% from 255) = 39.20%
BLUE value IS 129 (50.78% from 255) = 21.43%
R=39.37%
G=39.20%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723612900.000.460.0759.447571.76
HexEDEC81002E73b4b48
Octal3553542010056773113110
Binary1110110111101100100000010010111011111101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC81; }

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

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

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

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

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

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

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

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