#ECB27A

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

Shades of Corvette #ECB27A

Tints of Corvette #ECB27A

Color information

#ECB27A (or 0xECB27A) is unknown color: approx Corvette. HEX triplet: EC, B2 and 7A. RGB value is (236,178,122). Sum of RGB (Red+Green+Blue) = 236+178+122=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB27A is #134D85. Grayscale: #BDBDBD. Windows color (decimal): -1265030 or 8041196. OLE color: 8041196.

HSL color Cylindrical-coordinate representation of color #ECB27A: hue angle of 29.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB27A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236178122-
CMYK00.250.480.07
HSL29.47º75%70.2%-
HSV(B)29.47º48.31%92.55%-
XYZ54.0351.0825.42-
YUV188.9690.22161.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=44.03%
G=33.21%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617812200.250.480.0729.477570.2
HexECB27A0193071d4b46
Octal35426217203160735113106
Binary111011001011001011110100110011100001111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB27A; }

 p { color: rgb(236,178,122); }

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

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

 a { background-color: rgb(236,178,122); }

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

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

 span { border-color: rgb(236,178,122); }

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