Html Css Color HEX #E6C982 Marzipan

📋 copy color: '#E6C982'

red 230 ◦ green 201 ◦ blue 130

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

Shades of Marzipan #E6C982

Tints of Marzipan #E6C982

RGB

 RED value IS 230 (90.23% from 255) = 41%

 GREEN value IS 201 (78.91% from 255) = 35.83%

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

R = 41%
G = 35.83%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6C982 (or 0xE6C982) is known color: Marzipan. HEX triplet: E6, C9 and 82. RGB value is (230,201,130). Sum of RGB (Red+Green+Blue) = 230+201+130=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C982 is #19367D. Grayscale: #C9C9C9. Windows color (decimal): -1652350 or 8571366. OLE color: 8571366.

HSL color Cylindrical-coordinate representation of color #E6C982: hue angle of 42.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6C982 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 201 130 -
CMYK 0 0.13 0.43 0.10
HSL 42.6º 0.67% 0.71% -
HSV(B) 42.6º 0.43% 0.9% -
XYZ 57.55 60.21 29.71 -
YUV 201.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 230 201 130 0 0.13 0.43 0.10 42.6 0.67 0.71
Hex E6 C9 82 0 D 2B A 2B 43 47
Octal 346 311 202 0 15 53 12 53 103 107
Binary 11100110 11001001 10000010 0 1101 101011 1010 101011 1000011 1000111

Color Harmonies of #E6C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C982

Black with #E6C982

Text Example


Text Example

White with #E6C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C982; }

 p { color: rgb(230,201,130); }

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

background-color css

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

 a { background-color: rgb(230,201,130); }

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

border-color css

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

 span { border-color: rgb(230,201,130); }

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