#EDE485

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

Shades of Texas #EDE485

Tints of Texas #EDE485

Color information

#EDE485 (or 0xEDE485) is unknown color: approx Texas. HEX triplet: ED, E4 and 85. RGB value is (237,228,133). Sum of RGB (Red+Green+Blue) = 237+228+133=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE485 is #121B7A. Grayscale: #DCDCDC. Windows color (decimal): -1186683 or 8774893. OLE color: 8774893.

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

Color convert

RGB237228133-
CMYK00.040.440.07
HSL54.81º74.29%72.55%-
HSV(B)54.81º43.88%92.94%-
XYZ66.975.1833.18-
YUV219.8678.98140.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 133 (52.34% from 255) = 22.24%
R=39.63%
G=38.13%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722813300.040.440.0754.8174.2972.55
HexEDE485042C7374a49
Octal3553442050454767112111
Binary111011011110010010000101010010110011111011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE485; }

 p { color: rgb(237,228,133); }

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

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

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

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

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

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

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