Html Css Color HEX #ECB984 Corvette

📋 copy color: '#ECB984'

red 236 ◦ green 185 ◦ blue 132

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

Shades of Corvette #ECB984

Tints of Corvette #ECB984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.87%

R = 42.68%
G = 33.45%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECB984 (or 0xECB984) is known color: Corvette. HEX triplet: EC, B9 and 84. RGB value is (236,185,132). Sum of RGB (Red+Green+Blue) = 236+185+132=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB984 is #13467B. Grayscale: #C2C2C2. Windows color (decimal): -1263228 or 8698348. OLE color: 8698348.

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

Color convert

RGB 236 185 132 -
CMYK 0 0.22 0.44 0.07
HSL 30.58º 0.73% 0.72% -
HSV(B) 30.58º 0.44% 0.93% -
XYZ 56.11 54.2 29.33 -
YUV 194.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 236 185 132 0 0.22 0.44 0.07 30.58 0.73 0.72
Hex EC B9 84 0 16 2C 7 1F 49 48
Octal 354 271 204 0 26 54 7 37 111 110
Binary 11101100 10111001 10000100 0 10110 101100 111 11111 1001001 1001000

Color Harmonies of #ECB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB984

Black with #ECB984

Text Example


Text Example

White with #ECB984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB984; }

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

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

background-color css

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

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

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

border-color css

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

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

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