Html Css Color HEX #ECBA82 Corvette

📋 copy color: '#ECBA82'

red 236 ◦ green 186 ◦ blue 130

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

Shades of Corvette #ECBA82

Tints of Corvette #ECBA82

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

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

R = 42.75%
G = 33.7%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECBA82 (or 0xECBA82) is known color: Corvette. HEX triplet: EC, BA and 82. RGB value is (236,186,130). Sum of RGB (Red+Green+Blue) = 236+186+130=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA82 is #13457D. Grayscale: #C2C2C2. Windows color (decimal): -1262974 or 8567532. OLE color: 8567532.

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

Color convert

RGB 236 186 130 -
CMYK 0 0.21 0.45 0.07
HSL 31.7º 0.74% 0.72% -
HSV(B) 31.7º 0.45% 0.93% -
XYZ 56.18 54.56 28.69 -
YUV 194.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 236 186 130 0 0.21 0.45 0.07 31.7 0.74 0.72
Hex EC BA 82 0 15 2D 7 20 4A 48
Octal 354 272 202 0 25 55 7 40 112 110
Binary 11101100 10111010 10000010 0 10101 101101 111 100000 1001010 1001000

Color Harmonies of #ECBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA82

Black with #ECBA82

Text Example


Text Example

White with #ECBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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