Html Css Color HEX #ECC18A Corvette

📋 copy color: '#ECC18A'

red 236 ◦ green 193 ◦ blue 138

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

Shades of Corvette #ECC18A

Tints of Corvette #ECC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.34%

R = 41.62%
G = 34.04%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECC18A (or 0xECC18A) is known color: Corvette. HEX triplet: EC, C1 and 8A. RGB value is (236,193,138). Sum of RGB (Red+Green+Blue) = 236+193+138=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC18A is #133E75. Grayscale: #C7C7C7. Windows color (decimal): -1261174 or 9093612. OLE color: 9093612.

HSL color Cylindrical-coordinate representation of color #ECC18A: hue angle of 33.67º 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 #ECC18A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 138 -
CMYK 0 0.18 0.42 0.07
HSL 33.67º 0.72% 0.73% -
HSV(B) 33.67º 0.42% 0.93% -
XYZ 58.25 57.81 32.13 -
YUV 199.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 236 193 138 0 0.18 0.42 0.07 33.67 0.72 0.73
Hex EC C1 8A 0 12 2A 7 22 48 49
Octal 354 301 212 0 22 52 7 42 110 111
Binary 11101100 11000001 10001010 0 10010 101010 111 100010 1001000 1001001

Color Harmonies of #ECC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC18A

Black with #ECC18A

Text Example


Text Example

White with #ECC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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