#EDBB7B

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

Shades of Corvette #EDBB7B

Tints of Corvette #EDBB7B

Color information

#EDBB7B (or 0xEDBB7B) is unknown color: approx Corvette. HEX triplet: ED, BB and 7B. RGB value is (237,187,123). Sum of RGB (Red+Green+Blue) = 237+187+123=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB7B is #124484. Grayscale: #C2C2C2. Windows color (decimal): -1197189 or 8109037. OLE color: 8109037.

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

Color convert

RGB237187123-
CMYK00.210.480.07
HSL33.68º76%70.59%-
HSV(B)33.68º48.1%92.94%-
XYZ56.2754.9826.38-
YUV194.6587.56158.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 123 (48.44% from 255) = 22.49%
R=43.33%
G=34.19%
B=22.49%

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
Decimal23718712300.210.480.0733.687670.59
HexEDBB7B015307224c47
Octal35527317302560742114107
Binary1110110110111011111101101010111000011110001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB7B; }

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

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

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

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

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

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

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

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