#EDE884

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

Shades of Texas #EDE884

Tints of Texas #EDE884

Color information

#EDE884 (or 0xEDE884) is unknown color: approx Texas. HEX triplet: ED, E8 and 84. RGB value is (237,232,132). Sum of RGB (Red+Green+Blue) = 237+232+132=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE884 is #12177B. Grayscale: #DEDEDE. Windows color (decimal): -1185660 or 8710381. OLE color: 8710381.

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

Color convert

RGB237232132-
CMYK00.020.440.07
HSL57.14º74.47%72.35%-
HSV(B)57.14º44.3%92.94%-
XYZ67.9577.3833.19-
YUV222.177.16138.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 132 (51.95% from 255) = 21.96%
R=39.43%
G=38.60%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723213200.020.440.0757.1474.4772.35
HexEDE884022C7394a48
Octal3553502040254771112110
Binary11101101111010001000010001010110011111100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE884; }

 p { color: rgb(237,232,132); }

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

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

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

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

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

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

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