Html Css Color HEX #ECB882 Corvette

📋 copy color: '#ECB882'

red 236 ◦ green 184 ◦ blue 130

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

Shades of Corvette #ECB882

Tints of Corvette #ECB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.45%

 BLUE value IS 130 (51.17% from 255) = 23.64%

R = 42.91%
G = 33.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECB882 (or 0xECB882) is known color: Corvette. HEX triplet: EC, B8 and 82. RGB value is (236,184,130). Sum of RGB (Red+Green+Blue) = 236+184+130=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB882 is #13477D. Grayscale: #C1C1C1. Windows color (decimal): -1263486 or 8567020. OLE color: 8567020.

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

Color convert

RGB 236 184 130 -
CMYK 0 0.22 0.45 0.07
HSL 30.57º 0.74% 0.72% -
HSV(B) 30.57º 0.45% 0.93% -
XYZ 55.76 53.73 28.55 -
YUV 193.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 236 184 130 0 0.22 0.45 0.07 30.57 0.74 0.72
Hex EC B8 82 0 16 2D 7 1F 4A 48
Octal 354 270 202 0 26 55 7 37 112 110
Binary 11101100 10111000 10000010 0 10110 101101 111 11111 1001010 1001000

Color Harmonies of #ECB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB882

Black with #ECB882

Text Example


Text Example

White with #ECB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB882; }

 p { color: rgb(236,184,130); }

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

background-color css

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

 a { background-color: rgb(236,184,130); }

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

border-color css

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

 span { border-color: rgb(236,184,130); }

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