#EDBE78

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

Shades of Corvette #EDBE78

Tints of Corvette #EDBE78

Color information

#EDBE78 (or 0xEDBE78) is unknown color: approx Corvette. HEX triplet: ED, BE and 78. RGB value is (237,190,120). Sum of RGB (Red+Green+Blue) = 237+190+120=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE78 is #124187. Grayscale: #C4C4C4. Windows color (decimal): -1196424 or 7913197. OLE color: 7913197.

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

Color convert

RGB237190120-
CMYK00.200.490.07
HSL35.9º76.47%70%-
HSV(B)35.9º49.37%92.94%-
XYZ56.7356.1925.62-
YUV196.0785.07157.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 120 (47.27% from 255) = 21.94%
R=43.33%
G=34.73%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719012000.200.490.0735.976.4770
HexEDBE78014317244c46
Octal35527617002461744114106
Binary1110110110111110111100001010011000111110010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE78; }

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

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

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

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

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

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

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

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