#EDB77A

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

Shades of Corvette #EDB77A

Tints of Corvette #EDB77A

Color information

#EDB77A (or 0xEDB77A) is unknown color: approx Corvette. HEX triplet: ED, B7 and 7A. RGB value is (237,183,122). Sum of RGB (Red+Green+Blue) = 237+183+122=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77A is #124885. Grayscale: #C0C0C0. Windows color (decimal): -1198214 or 8042477. OLE color: 8042477.

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

Color convert

RGB237183122-
CMYK00.230.490.07
HSL31.83º76.16%70.39%-
HSV(B)31.83º48.52%92.94%-
XYZ55.3753.2825.78-
YUV192.1988.39159.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=43.73%
G=33.76%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718312200.230.490.0731.8376.1670.39
HexEDB77A017317204c46
Octal35526717202761740114106
Binary1110110110110111111101001011111000111110000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB77A; }

 p { color: rgb(237,183,122); }

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

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

 a { background-color: rgb(237,183,122); }

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

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

 span { border-color: rgb(237,183,122); }

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