Html Css Color HEX #EAD07B Marzipan

📋 copy color: '#EAD07B'

red 234 ◦ green 208 ◦ blue 123

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

Shades of Marzipan #EAD07B

Tints of Marzipan #EAD07B

RGB

 RED value IS 234 (91.8% from 255) = 41.42%

 GREEN value IS 208 (81.64% from 255) = 36.81%

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

R = 41.42%
G = 36.81%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD07B (or 0xEAD07B) is known color: Marzipan. HEX triplet: EA, D0 and 7B. RGB value is (234,208,123). Sum of RGB (Red+Green+Blue) = 234+208+123=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD07B is #152F84. Grayscale: #CECECE. Windows color (decimal): -1388421 or 8114410. OLE color: 8114410.

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

Color convert

RGB 234 208 123 -
CMYK 0 0.11 0.47 0.08
HSL 45.95º 0.73% 0.7% -
HSV(B) 45.95º 0.47% 0.92% -
XYZ 60.06 64.03 27.93 -
YUV 206.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 234 208 123 0 0.11 0.47 0.08 45.95 0.73 0.7
Hex EA D0 7B 0 B 2F 8 2E 49 46
Octal 352 320 173 0 13 57 10 56 111 106
Binary 11101010 11010000 1111011 0 1011 101111 1000 101110 1001001 1000110

Color Harmonies of #EAD07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD07B

Black with #EAD07B

Text Example


Text Example

White with #EAD07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD07B; }

 p { color: rgb(234,208,123); }

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

background-color css

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

 a { background-color: rgb(234,208,123); }

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

border-color css

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

 span { border-color: rgb(234,208,123); }

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