Html Css Color HEX #EDC27E Marzipan

📋 copy color: '#EDC27E'

red 237 ◦ green 194 ◦ blue 126

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

Shades of Marzipan #EDC27E

Tints of Marzipan #EDC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.62%

R = 42.55%
G = 34.83%
B = 22.62%

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

#EDC27E (or 0xEDC27E) is known color: Marzipan. HEX triplet: ED, C2 and 7E. RGB value is (237,194,126). Sum of RGB (Red+Green+Blue) = 237+194+126=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27E is #123D81. Grayscale: #C7C7C7. Windows color (decimal): -1195394 or 8307437. OLE color: 8307437.

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

Color convert

RGB 237 194 126 -
CMYK 0 0.18 0.47 0.07
HSL 36.76º 0.76% 0.71% -
HSV(B) 36.76º 0.47% 0.93% -
XYZ 57.98 58.09 27.9 -
YUV 199.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 237 194 126 0 0.18 0.47 0.07 36.76 0.76 0.71
Hex ED C2 7E 0 12 2F 7 25 4C 47
Octal 355 302 176 0 22 57 7 45 114 107
Binary 11101101 11000010 1111110 0 10010 101111 111 100101 1001100 1000111

Color Harmonies of #EDC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC27E

Black with #EDC27E

Text Example


Text Example

White with #EDC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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