Html Css Color HEX #EDCD83 Marzipan

📋 copy color: '#EDCD83'

red 237 ◦ green 205 ◦ blue 131

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

Shades of Marzipan #EDCD83

Tints of Marzipan #EDCD83

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.78%

 BLUE value IS 131 (51.56% from 255) = 22.86%

R = 41.36%
G = 35.78%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDCD83 (or 0xEDCD83) is known color: Marzipan. HEX triplet: ED, CD and 83. RGB value is (237,205,131). Sum of RGB (Red+Green+Blue) = 237+205+131=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD83 is #12327C. Grayscale: #CECECE. Windows color (decimal): -1192573 or 8637933. OLE color: 8637933.

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

Color convert

RGB 237 205 131 -
CMYK 0 0.14 0.45 0.07
HSL 41.89º 0.75% 0.72% -
HSV(B) 41.89º 0.45% 0.93% -
XYZ 60.85 63.31 30.48 -
YUV 206.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 237 205 131 0 0.14 0.45 0.07 41.89 0.75 0.72
Hex ED CD 83 0 E 2D 7 2A 4B 48
Octal 355 315 203 0 16 55 7 52 113 110
Binary 11101101 11001101 10000011 0 1110 101101 111 101010 1001011 1001000

Color Harmonies of #EDCD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD83

Black with #EDCD83

Text Example


Text Example

White with #EDCD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD83; }

 p { color: rgb(237,205,131); }

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

background-color css

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

 a { background-color: rgb(237,205,131); }

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

border-color css

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

 span { border-color: rgb(237,205,131); }

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