Html Css Color HEX #EDC37B Marzipan

📋 copy color: '#EDC37B'

red 237 ◦ green 195 ◦ blue 123

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

Shades of Marzipan #EDC37B

Tints of Marzipan #EDC37B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 42.7%
G = 35.14%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDC37B (or 0xEDC37B) is known color: Marzipan. HEX triplet: ED, C3 and 7B. RGB value is (237,195,123). Sum of RGB (Red+Green+Blue) = 237+195+123=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37B is #123C84. Grayscale: #C7C7C7. Windows color (decimal): -1195141 or 8111085. OLE color: 8111085.

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

Color convert

RGB 237 195 123 -
CMYK 0 0.18 0.48 0.07
HSL 37.89º 0.76% 0.71% -
HSV(B) 37.89º 0.48% 0.93% -
XYZ 58.02 58.46 26.97 -
YUV 199.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 237 195 123 0 0.18 0.48 0.07 37.89 0.76 0.71
Hex ED C3 7B 0 12 30 7 26 4C 47
Octal 355 303 173 0 22 60 7 46 114 107
Binary 11101101 11000011 1111011 0 10010 110000 111 100110 1001100 1000111

Color Harmonies of #EDC37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC37B

Black with #EDC37B

Text Example


Text Example

White with #EDC37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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