Html Css Color HEX #EDC274 Marzipan

📋 copy color: '#EDC274'

red 237 ◦ green 194 ◦ blue 116

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

Shades of Marzipan #EDC274

Tints of Marzipan #EDC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 43.33%
G = 35.47%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC274 (or 0xEDC274) is known color: Marzipan. HEX triplet: ED, C2 and 74. RGB value is (237,194,116). Sum of RGB (Red+Green+Blue) = 237+194+116=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC274 is #123D8B. Grayscale: #C6C6C6. Windows color (decimal): -1195404 or 7652077. OLE color: 7652077.

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

Color convert

RGB 237 194 116 -
CMYK 0 0.18 0.51 0.07
HSL 38.68º 0.77% 0.69% -
HSV(B) 38.68º 0.51% 0.93% -
XYZ 57.37 57.85 24.67 -
YUV 197.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 237 194 116 0 0.18 0.51 0.07 38.68 0.77 0.69
Hex ED C2 74 0 12 33 7 27 4D 45
Octal 355 302 164 0 22 63 7 47 115 105
Binary 11101101 11000010 1110100 0 10010 110011 111 100111 1001101 1000101

Color Harmonies of #EDC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC274

Black with #EDC274

Text Example


Text Example

White with #EDC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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