#ECB77D

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

Shades of Corvette #ECB77D

Tints of Corvette #ECB77D

Color information

#ECB77D (or 0xECB77D) is unknown color: approx Corvette. HEX triplet: EC, B7 and 7D. RGB value is (236,183,125). Sum of RGB (Red+Green+Blue) = 236+183+125=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77D is #134882. Grayscale: #C0C0C0. Windows color (decimal): -1263747 or 8239084. OLE color: 8239084.

HSL color Cylindrical-coordinate representation of color #ECB77D: hue angle of 31.35º degrees, saturation: 0.74, 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 #ECB77D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236183125-
CMYK00.220.470.07
HSL31.35º74.5%70.78%-
HSV(B)31.35º47.03%92.55%-
XYZ55.2353.1826.76-
YUV192.2490.06159.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=43.38%
G=33.64%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618312500.220.470.0731.3574.570.78
HexECB77D0162F71f4a47
Octal35426717502657737112107
Binary111011001011011111111010101101011111111111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB77D; }

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

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

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

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

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

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

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

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