Html Css Color HEX #EDCD7B Marzipan

📋 copy color: '#EDCD7B'

red 237 ◦ green 205 ◦ blue 123

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

Shades of Marzipan #EDCD7B

Tints of Marzipan #EDCD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.77%

R = 41.95%
G = 36.28%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDCD7B (or 0xEDCD7B) is known color: Marzipan. HEX triplet: ED, CD and 7B. RGB value is (237,205,123). Sum of RGB (Red+Green+Blue) = 237+205+123=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD7B is #123284. Grayscale: #CDCDCD. Windows color (decimal): -1192581 or 8113645. OLE color: 8113645.

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

Color convert

RGB 237 205 123 -
CMYK 0 0.14 0.48 0.07
HSL 43.16º 0.76% 0.71% -
HSV(B) 43.16º 0.48% 0.93% -
XYZ 60.33 63.1 27.74 -
YUV 205.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 237 205 123 0 0.14 0.48 0.07 43.16 0.76 0.71
Hex ED CD 7B 0 E 30 7 2B 4C 47
Octal 355 315 173 0 16 60 7 53 114 107
Binary 11101101 11001101 1111011 0 1110 110000 111 101011 1001100 1000111

Color Harmonies of #EDCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD7B

Black with #EDCD7B

Text Example


Text Example

White with #EDCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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