#EDBF7B

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

Shades of Corvette #EDBF7B

Tints of Corvette #EDBF7B

Color information

#EDBF7B (or 0xEDBF7B) is unknown color: approx Corvette. HEX triplet: ED, BF and 7B. RGB value is (237,191,123). Sum of RGB (Red+Green+Blue) = 237+191+123=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF7B is #124084. Grayscale: #C5C5C5. Windows color (decimal): -1196165 or 8110061. OLE color: 8110061.

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

Color convert

RGB237191123-
CMYK00.190.480.07
HSL35.79º76%70.59%-
HSV(B)35.79º48.1%92.94%-
XYZ57.1356.726.67-
YUV19786.24156.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 123 (48.44% from 255) = 22.32%
R=43.01%
G=34.66%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719112300.190.480.0735.797670.59
HexEDBF7B013307244c47
Octal35527717302360744114107
Binary1110110110111111111101101001111000011110010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF7B; }

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

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

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

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

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

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

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

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