#EDBE7B

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

Shades of Corvette #EDBE7B

Tints of Corvette #EDBE7B

Color information

#EDBE7B (or 0xEDBE7B) is unknown color: approx Corvette. HEX triplet: ED, BE and 7B. RGB value is (237,190,123). Sum of RGB (Red+Green+Blue) = 237+190+123=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE7B is #124184. Grayscale: #C4C4C4. Windows color (decimal): -1196421 or 8109805. OLE color: 8109805.

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

Color convert

RGB237190123-
CMYK00.200.480.07
HSL35.26º76%70.59%-
HSV(B)35.26º48.1%92.94%-
XYZ56.9156.2626.6-
YUV196.4186.57156.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=43.09%
G=34.55%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719012300.200.480.0735.267670.59
HexEDBE7B014307234c47
Octal35527617302460743114107
Binary1110110110111110111101101010011000011110001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE7B; }

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

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

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

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

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

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

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

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