#EDB476

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

Shades of Corvette #EDB476

Tints of Corvette #EDB476

Color information

#EDB476 (or 0xEDB476) is unknown color: approx Corvette. HEX triplet: ED, B4 and 76. RGB value is (237,180,118). Sum of RGB (Red+Green+Blue) = 237+180+118=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB476 is #124B89. Grayscale: #BEBEBE. Windows color (decimal): -1198986 or 7779565. OLE color: 7779565.

HSL color Cylindrical-coordinate representation of color #EDB476: hue angle of 31.26º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB476 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237180118-
CMYK00.240.500.07
HSL31.26º76.77%69.61%-
HSV(B)31.26º50.21%92.94%-
XYZ54.5251.9624.29-
YUV189.9887.38161.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=44.30%
G=33.64%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718011800.240.500.0731.2676.7769.61
HexEDB4760183271f4d46
Octal35526416603062737115106
Binary111011011011010011101100110001100101111111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB476; }

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

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

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

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

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

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

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

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