Html Css Color HEX #EDCB7A Marzipan

📋 copy color: '#EDCB7A'

red 237 ◦ green 203 ◦ blue 122

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

Shades of Marzipan #EDCB7A

Tints of Marzipan #EDCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

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

R = 42.17%
G = 36.12%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDCB7A (or 0xEDCB7A) is known color: Marzipan. HEX triplet: ED, CB and 7A. RGB value is (237,203,122). Sum of RGB (Red+Green+Blue) = 237+203+122=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB7A is #123485. Grayscale: #CCCCCC. Windows color (decimal): -1193094 or 8047597. OLE color: 8047597.

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

Color convert

RGB 237 203 122 -
CMYK 0 0.14 0.49 0.07
HSL 42.26º 0.76% 0.7% -
HSV(B) 42.26º 0.49% 0.93% -
XYZ 59.79 62.12 27.25 -
YUV 203.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 237 203 122 0 0.14 0.49 0.07 42.26 0.76 0.7
Hex ED CB 7A 0 E 31 7 2A 4C 46
Octal 355 313 172 0 16 61 7 52 114 106
Binary 11101101 11001011 1111010 0 1110 110001 111 101010 1001100 1000110

Color Harmonies of #EDCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB7A

Black with #EDCB7A

Text Example


Text Example

White with #EDCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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