Html Css Color HEX #EDC47B Marzipan

📋 copy color: '#EDC47B'

red 237 ◦ green 196 ◦ blue 123

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

Shades of Marzipan #EDC47B

Tints of Marzipan #EDC47B

RGB

 RED value IS 237 (92.97% from 255) = 42.63%

 GREEN value IS 196 (76.95% from 255) = 35.25%

 BLUE value IS 123 (48.44% from 255) = 22.12%

R = 42.63%
G = 35.25%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDC47B (or 0xEDC47B) is known color: Marzipan. HEX triplet: ED, C4 and 7B. RGB value is (237,196,123). Sum of RGB (Red+Green+Blue) = 237+196+123=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC47B is #123B84. Grayscale: #C8C8C8. Windows color (decimal): -1194885 or 8111341. OLE color: 8111341.

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

Color convert

RGB 237 196 123 -
CMYK 0 0.17 0.48 0.07
HSL 38.42º 0.76% 0.71% -
HSV(B) 38.42º 0.48% 0.93% -
XYZ 58.24 58.91 27.04 -
YUV 199.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 237 196 123 0 0.17 0.48 0.07 38.42 0.76 0.71
Hex ED C4 7B 0 11 30 7 26 4C 47
Octal 355 304 173 0 21 60 7 46 114 107
Binary 11101101 11000100 1111011 0 10001 110000 111 100110 1001100 1000111

Color Harmonies of #EDC47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC47B

Black with #EDC47B

Text Example


Text Example

White with #EDC47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC47B; }

 p { color: rgb(237,196,123); }

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

background-color css

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

 a { background-color: rgb(237,196,123); }

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

border-color css

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

 span { border-color: rgb(237,196,123); }

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