#EDB77D

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

Shades of Corvette #EDB77D

Tints of Corvette #EDB77D

Color information

#EDB77D (or 0xEDB77D) is unknown color: approx Corvette. HEX triplet: ED, B7 and 7D. RGB value is (237,183,125). Sum of RGB (Red+Green+Blue) = 237+183+125=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77D is #124882. Grayscale: #C0C0C0. Windows color (decimal): -1198211 or 8239085. OLE color: 8239085.

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

Color convert

RGB237183125-
CMYK00.230.470.07
HSL31.07º75.68%70.98%-
HSV(B)31.07º47.26%92.94%-
XYZ55.5653.3526.77-
YUV192.5389.89159.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=43.49%
G=33.58%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718312500.230.470.0731.0775.6870.98
HexEDB77D0172F71f4c47
Octal35526717502757737114107
Binary111011011011011111111010101111011111111111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB77D; }

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

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

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

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

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

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

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

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