Html Css Color HEX #EDC37A Marzipan

📋 copy color: '#EDC37A'

red 237 ◦ green 195 ◦ blue 122

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

Shades of Marzipan #EDC37A

Tints of Marzipan #EDC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.2%

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

R = 42.78%
G = 35.2%
B = 22.02%

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

#EDC37A (or 0xEDC37A) is known color: Marzipan. HEX triplet: ED, C3 and 7A. RGB value is (237,195,122). Sum of RGB (Red+Green+Blue) = 237+195+122=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37A is #123C85. Grayscale: #C7C7C7. Windows color (decimal): -1195142 or 8045549. OLE color: 8045549.

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

Color convert

RGB 237 195 122 -
CMYK 0 0.18 0.49 0.07
HSL 38.09º 0.76% 0.7% -
HSV(B) 38.09º 0.49% 0.93% -
XYZ 57.95 58.44 26.64 -
YUV 199.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 237 195 122 0 0.18 0.49 0.07 38.09 0.76 0.7
Hex ED C3 7A 0 12 31 7 26 4C 46
Octal 355 303 172 0 22 61 7 46 114 106
Binary 11101101 11000011 1111010 0 10010 110001 111 100110 1001100 1000110

Color Harmonies of #EDC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC37A

Black with #EDC37A

Text Example


Text Example

White with #EDC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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