Html Css Color HEX #ECB380 Corvette

📋 copy color: '#ECB380'

red 236 ◦ green 179 ◦ blue 128

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

Shades of Corvette #ECB380

Tints of Corvette #ECB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.97%

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 43.46%
G = 32.97%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECB380 (or 0xECB380) is known color: Corvette. HEX triplet: EC, B3 and 80. RGB value is (236,179,128). Sum of RGB (Red+Green+Blue) = 236+179+128=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB380 is #134C7F. Grayscale: #BEBEBE. Windows color (decimal): -1264768 or 8434668. OLE color: 8434668.

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

Color convert

RGB 236 179 128 -
CMYK 0 0.24 0.46 0.07
HSL 28.33º 0.74% 0.71% -
HSV(B) 28.33º 0.46% 0.93% -
XYZ 54.61 51.63 27.51 -
YUV 190.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 236 179 128 0 0.24 0.46 0.07 28.33 0.74 0.71
Hex EC B3 80 0 18 2E 7 1C 4A 47
Octal 354 263 200 0 30 56 7 34 112 107
Binary 11101100 10110011 10000000 0 11000 101110 111 11100 1001010 1000111

Color Harmonies of #ECB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB380

Black with #ECB380

Text Example


Text Example

White with #ECB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB380; }

 p { color: rgb(236,179,128); }

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

background-color css

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

 a { background-color: rgb(236,179,128); }

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

border-color css

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

 span { border-color: rgb(236,179,128); }

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