#ede480

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

Shades of Texas #EDE480

Tints of Texas #EDE480

Color information

#EDE480 (or 0xEDE480) is unknown color: approx Texas. HEX triplet: ED, E4 and 80. RGB value is (237,228,128). Sum of RGB (Red+Green+Blue) = 237+228+128=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE480 is #121B7F. Grayscale: #DBDBDB. Windows color (decimal): -1186688 or 8447213. OLE color: 8447213.

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

Color convert

RGB237228128-
CMYK00.040.460.07
HSL55.05º75.17%71.57%-
HSV(B)55.05º45.99%92.94%-
XYZ66.5675.0531.4-
YUV219.2976.48140.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=39.97%
G=38.45%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722812800.040.460.0755.0575.1771.57
HexEDE480042E7374b48
Octal3553442000456767113110
Binary111011011110010010000000010010111011111011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede480; }

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

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

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

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

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

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

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

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