Html Css Color HEX #EDC674 Marzipan

📋 copy color: '#EDC674'

red 237 ◦ green 198 ◦ blue 116

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

Shades of Marzipan #EDC674

Tints of Marzipan #EDC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

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

R = 43.01%
G = 35.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC674 (or 0xEDC674) is known color: Marzipan. HEX triplet: ED, C6 and 74. RGB value is (237,198,116). Sum of RGB (Red+Green+Blue) = 237+198+116=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC674 is #12398B. Grayscale: #C8C8C8. Windows color (decimal): -1194380 or 7653101. OLE color: 7653101.

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

Color convert

RGB 237 198 116 -
CMYK 0 0.16 0.51 0.07
HSL 40.66º 0.77% 0.69% -
HSV(B) 40.66º 0.51% 0.93% -
XYZ 58.27 59.65 24.97 -
YUV 200.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 237 198 116 0 0.16 0.51 0.07 40.66 0.77 0.69
Hex ED C6 74 0 10 33 7 29 4D 45
Octal 355 306 164 0 20 63 7 51 115 105
Binary 11101101 11000110 1110100 0 10000 110011 111 101001 1001101 1000101

Color Harmonies of #EDC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC674

Black with #EDC674

Text Example


Text Example

White with #EDC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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