Html Css Color HEX #ECB98A Corvette

📋 copy color: '#ECB98A'

red 236 ◦ green 185 ◦ blue 138

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

Shades of Corvette #ECB98A

Tints of Corvette #ECB98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 42.22%
G = 33.09%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECB98A (or 0xECB98A) is known color: Corvette. HEX triplet: EC, B9 and 8A. RGB value is (236,185,138). Sum of RGB (Red+Green+Blue) = 236+185+138=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB98A is #134675. Grayscale: #C3C3C3. Windows color (decimal): -1263222 or 9091564. OLE color: 9091564.

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

Color convert

RGB 236 185 138 -
CMYK 0 0.22 0.42 0.07
HSL 28.78º 0.72% 0.73% -
HSV(B) 28.78º 0.42% 0.93% -
XYZ 56.53 54.37 31.56 -
YUV 194.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 236 185 138 0 0.22 0.42 0.07 28.78 0.72 0.73
Hex EC B9 8A 0 16 2A 7 1D 48 49
Octal 354 271 212 0 26 52 7 35 110 111
Binary 11101100 10111001 10001010 0 10110 101010 111 11101 1001000 1001001

Color Harmonies of #ECB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB98A

Black with #ECB98A

Text Example


Text Example

White with #ECB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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