#EDE981

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

Shades of Texas #EDE981

Tints of Texas #EDE981

Color information

#EDE981 (or 0xEDE981) is unknown color: approx Texas. HEX triplet: ED, E9 and 81. RGB value is (237,233,129). Sum of RGB (Red+Green+Blue) = 237+233+129=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE981 is #12167E. Grayscale: #DEDEDE. Windows color (decimal): -1185407 or 8514029. OLE color: 8514029.

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

Color convert

RGB237233129-
CMYK00.020.460.07
HSL57.78º75%71.76%-
HSV(B)57.78º45.57%92.94%-
XYZ68.0377.8732.21-
YUV222.3475.33138.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 129 (50.78% from 255) = 21.54%
R=39.57%
G=38.90%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723312900.020.460.0757.787571.76
HexEDE981022E73a4b48
Octal3553512010256772113110
Binary11101101111010011000000101010111011111101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE981; }

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

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

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

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

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

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

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

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