Html Css Color HEX #EDCE7B Marzipan

📋 copy color: '#EDCE7B'

red 237 ◦ green 206 ◦ blue 123

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

Shades of Marzipan #EDCE7B

Tints of Marzipan #EDCE7B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

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

R = 41.87%
G = 36.4%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDCE7B (or 0xEDCE7B) is known color: Marzipan. HEX triplet: ED, CE and 7B. RGB value is (237,206,123). Sum of RGB (Red+Green+Blue) = 237+206+123=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE7B is #123184. Grayscale: #CECECE. Windows color (decimal): -1192325 or 8113901. OLE color: 8113901.

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

Color convert

RGB 237 206 123 -
CMYK 0 0.13 0.48 0.07
HSL 43.68º 0.76% 0.71% -
HSV(B) 43.68º 0.48% 0.93% -
XYZ 60.57 63.58 27.82 -
YUV 205.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 237 206 123 0 0.13 0.48 0.07 43.68 0.76 0.71
Hex ED CE 7B 0 D 30 7 2C 4C 47
Octal 355 316 173 0 15 60 7 54 114 107
Binary 11101101 11001110 1111011 0 1101 110000 111 101100 1001100 1000111

Color Harmonies of #EDCE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE7B

Black with #EDCE7B

Text Example


Text Example

White with #EDCE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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