#EDB480

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

Shades of Corvette #EDB480

Tints of Corvette #EDB480

Color information

#EDB480 (or 0xEDB480) is unknown color: approx Corvette. HEX triplet: ED, B4 and 80. RGB value is (237,180,128). Sum of RGB (Red+Green+Blue) = 237+180+128=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB480 is #124B7F. Grayscale: #BFBFBF. Windows color (decimal): -1198976 or 8434925. OLE color: 8434925.

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

Color convert

RGB237180128-
CMYK00.240.460.07
HSL28.62º75.17%71.57%-
HSV(B)28.62º45.99%92.94%-
XYZ55.1452.2127.59-
YUV191.1292.38160.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=43.49%
G=33.03%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718012800.240.460.0728.6275.1771.57
HexEDB4800182E71d4b48
Octal35526420003056735113110
Binary1110110110110100100000000110001011101111110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB480; }

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

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

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

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

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

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

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

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