Html Css Color HEX #ECC18D Corvette

📋 copy color: '#ECC18D'

red 236 ◦ green 193 ◦ blue 141

#ECC18D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #ECC18D

Tints of Corvette #ECC18D

RGB

 RED value IS 236 (92.58% from 255) = 41.4%

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 141 (55.47% from 255) = 24.74%

R = 41.4%
G = 33.86%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECC18D (or 0xECC18D) is known color: Corvette. HEX triplet: EC, C1 and 8D. RGB value is (236,193,141). Sum of RGB (Red+Green+Blue) = 236+193+141=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC18D is #133E72. Grayscale: #C8C8C8. Windows color (decimal): -1261171 or 9290220. OLE color: 9290220.

HSL color Cylindrical-coordinate representation of color #ECC18D: hue angle of 32.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC18D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 141 -
CMYK 0 0.18 0.40 0.07
HSL 32.84º 0.71% 0.74% -
HSV(B) 32.84º 0.4% 0.93% -
XYZ 58.47 57.9 33.29 -
YUV 199.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 236 193 141 0 0.18 0.40 0.07 32.84 0.71 0.74
Hex EC C1 8D 0 12 28 7 21 47 4A
Octal 354 301 215 0 22 50 7 41 107 112
Binary 11101100 11000001 10001101 0 10010 101000 111 100001 1000111 1001010

Color Harmonies of #ECC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC18D

Black with #ECC18D

Text Example


Text Example

White with #ECC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC18D; }

 p { color: rgb(236,193,141); }

 H1.HeaderClassName
 {
   color: #ECC18D;
 }
 .AnyTagClassName
 {
   color: #ECC18D;
 }
</style>

background-color css

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

 a { background-color: rgb(236,193,141); }

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

border-color css

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

 span { border-color: rgb(236,193,141); }

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