Html Css Color HEX #EDC27F Marzipan

📋 copy color: '#EDC27F'

red 237 ◦ green 194 ◦ blue 127

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

Shades of Marzipan #EDC27F

Tints of Marzipan #EDC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.76%

R = 42.47%
G = 34.77%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC27F (or 0xEDC27F) is known color: Marzipan. HEX triplet: ED, C2 and 7F. RGB value is (237,194,127). Sum of RGB (Red+Green+Blue) = 237+194+127=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC27F is #123D80. Grayscale: #C7C7C7. Windows color (decimal): -1195393 or 8372973. OLE color: 8372973.

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

Color convert

RGB 237 194 127 -
CMYK 0 0.18 0.46 0.07
HSL 36.55º 0.75% 0.71% -
HSV(B) 36.55º 0.46% 0.93% -
XYZ 58.05 58.12 28.24 -
YUV 199.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 237 194 127 0 0.18 0.46 0.07 36.55 0.75 0.71
Hex ED C2 7F 0 12 2E 7 25 4B 47
Octal 355 302 177 0 22 56 7 45 113 107
Binary 11101101 11000010 1111111 0 10010 101110 111 100101 1001011 1000111

Color Harmonies of #EDC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC27F

Black with #EDC27F

Text Example


Text Example

White with #EDC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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