#EDBB7C

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

Shades of Corvette #EDBB7C

Tints of Corvette #EDBB7C

Color information

#EDBB7C (or 0xEDBB7C) is unknown color: approx Corvette. HEX triplet: ED, BB and 7C. RGB value is (237,187,124). Sum of RGB (Red+Green+Blue) = 237+187+124=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB7C is #124483. Grayscale: #C3C3C3. Windows color (decimal): -1197188 or 8174573. OLE color: 8174573.

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

Color convert

RGB237187124-
CMYK00.210.480.07
HSL33.45º75.84%70.78%-
HSV(B)33.45º47.68%92.94%-
XYZ56.335526.72-
YUV194.7788.06158.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 124 (48.83% from 255) = 22.63%
R=43.25%
G=34.12%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718712400.210.480.0733.4575.8470.78
HexEDBB7C015307214c47
Octal35527317402560741114107
Binary1110110110111011111110001010111000011110000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB7C; }

 p { color: rgb(237,187,124); }

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

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

 a { background-color: rgb(237,187,124); }

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

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

 span { border-color: rgb(237,187,124); }

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