#ECBD8A

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

Shades of Corvette #ECBD8A

Tints of Corvette #ECBD8A

Color information

#ECBD8A (or 0xECBD8A) is unknown color: approx Corvette. HEX triplet: EC, BD and 8A. RGB value is (236,189,138). Sum of RGB (Red+Green+Blue) = 236+189+138=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD8A is #134275. Grayscale: #C5C5C5. Windows color (decimal): -1262198 or 9092588. OLE color: 9092588.

HSL color Cylindrical-coordinate representation of color #ECBD8A: hue angle of 31.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECBD8A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236189138-
CMYK00.200.420.07
HSL31.22º72.06%73.33%-
HSV(B)31.22º41.53%92.55%-
XYZ57.3856.0631.84-
YUV197.2494.57155.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=41.92%
G=33.57%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618913800.200.420.0731.2272.0673.33
HexECBD8A0142A71f4849
Octal35427521202452737110111
Binary1110110010111101100010100101001010101111111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD8A; }

 p { color: rgb(236,189,138); }

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

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

 a { background-color: rgb(236,189,138); }

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

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

 span { border-color: rgb(236,189,138); }

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