#EDBE7D

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

Shades of Corvette #EDBE7D

Tints of Corvette #EDBE7D

Color information

#EDBE7D (or 0xEDBE7D) is unknown color: approx Corvette. HEX triplet: ED, BE and 7D. RGB value is (237,190,125). Sum of RGB (Red+Green+Blue) = 237+190+125=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE7D is #124182. Grayscale: #C4C4C4. Windows color (decimal): -1196419 or 8240877. OLE color: 8240877.

HSL color Cylindrical-coordinate representation of color #EDBE7D: hue angle of 34.82º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDBE7D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237190125-
CMYK00.200.470.07
HSL34.82º75.68%70.98%-
HSV(B)34.82º47.26%92.94%-
XYZ57.0456.3127.27-
YUV196.6487.57156.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=42.93%
G=34.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719012500.200.470.0734.8275.6870.98
HexEDBE7D0142F7234c47
Octal35527617502457743114107
Binary1110110110111110111110101010010111111110001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE7D; }

 p { color: rgb(237,190,125); }

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

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

 a { background-color: rgb(237,190,125); }

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

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

 span { border-color: rgb(237,190,125); }

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