Html Css Color HEX #EDC27D Marzipan

📋 copy color: '#EDC27D'

red 237 ◦ green 194 ◦ blue 125

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

Shades of Marzipan #EDC27D

Tints of Marzipan #EDC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

 BLUE value IS 125 (49.22% from 255) = 22.48%

R = 42.63%
G = 34.89%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC27D (or 0xEDC27D) is known color: Marzipan. HEX triplet: ED, C2 and 7D. RGB value is (237,194,125). Sum of RGB (Red+Green+Blue) = 237+194+125=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27D is #123D82. Grayscale: #C7C7C7. Windows color (decimal): -1195395 or 8241901. OLE color: 8241901.

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

Color convert

RGB 237 194 125 -
CMYK 0 0.18 0.47 0.07
HSL 36.96º 0.76% 0.71% -
HSV(B) 36.96º 0.47% 0.93% -
XYZ 57.92 58.07 27.56 -
YUV 198.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 237 194 125 0 0.18 0.47 0.07 36.96 0.76 0.71
Hex ED C2 7D 0 12 2F 7 25 4C 47
Octal 355 302 175 0 22 57 7 45 114 107
Binary 11101101 11000010 1111101 0 10010 101111 111 100101 1001100 1000111

Color Harmonies of #EDC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC27D

Black with #EDC27D

Text Example


Text Example

White with #EDC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC27D; }

 p { color: rgb(237,194,125); }

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

background-color css

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

 a { background-color: rgb(237,194,125); }

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

border-color css

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

 span { border-color: rgb(237,194,125); }

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