Html Css Color HEX #EDC27A Marzipan

📋 copy color: '#EDC27A'

red 237 ◦ green 194 ◦ blue 122

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

Shades of Marzipan #EDC27A

Tints of Marzipan #EDC27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.06%

R = 42.86%
G = 35.08%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC27A (or 0xEDC27A) is known color: Marzipan. HEX triplet: ED, C2 and 7A. RGB value is (237,194,122). Sum of RGB (Red+Green+Blue) = 237+194+122=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27A is #123D85. Grayscale: #C6C6C6. Windows color (decimal): -1195398 or 8045293. OLE color: 8045293.

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

Color convert

RGB 237 194 122 -
CMYK 0 0.18 0.49 0.07
HSL 37.57º 0.76% 0.7% -
HSV(B) 37.57º 0.49% 0.93% -
XYZ 57.73 57.99 26.56 -
YUV 198.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 237 194 122 0 0.18 0.49 0.07 37.57 0.76 0.7
Hex ED C2 7A 0 12 31 7 26 4C 46
Octal 355 302 172 0 22 61 7 46 114 106
Binary 11101101 11000010 1111010 0 10010 110001 111 100110 1001100 1000110

Color Harmonies of #EDC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC27A

Black with #EDC27A

Text Example


Text Example

White with #EDC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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