Html Css Color HEX #EBCD7A Marzipan

📋 copy color: '#EBCD7A'

red 235 ◦ green 205 ◦ blue 122

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

Shades of Marzipan #EBCD7A

Tints of Marzipan #EBCD7A

RGB

 RED value IS 235 (92.19% from 255) = 41.81%

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

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

R = 41.81%
G = 36.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBCD7A (or 0xEBCD7A) is known color: Marzipan. HEX triplet: EB, CD and 7A. RGB value is (235,205,122). Sum of RGB (Red+Green+Blue) = 235+205+122=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD7A is #143285. Grayscale: #CCCCCC. Windows color (decimal): -1323654 or 8048107. OLE color: 8048107.

HSL color Cylindrical-coordinate representation of color #EBCD7A: hue angle of 44.07º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBCD7A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 122 -
CMYK 0 0.13 0.48 0.08
HSL 44.07º 0.74% 0.7% -
HSV(B) 44.07º 0.48% 0.92% -
XYZ 59.61 62.73 27.38 -
YUV 204.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 235 205 122 0 0.13 0.48 0.08 44.07 0.74 0.7
Hex EB CD 7A 0 D 30 8 2C 4A 46
Octal 353 315 172 0 15 60 10 54 112 106
Binary 11101011 11001101 1111010 0 1101 110000 1000 101100 1001010 1000110

Color Harmonies of #EBCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD7A

Black with #EBCD7A

Text Example


Text Example

White with #EBCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD7A; }

 p { color: rgb(235,205,122); }

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

background-color css

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

 a { background-color: rgb(235,205,122); }

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

border-color css

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

 span { border-color: rgb(235,205,122); }

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