Html Css Color HEX #EACF7B Marzipan

📋 copy color: '#EACF7B'

red 234 ◦ green 207 ◦ blue 123

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

Shades of Marzipan #EACF7B

Tints of Marzipan #EACF7B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

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

R = 41.49%
G = 36.7%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACF7B (or 0xEACF7B) is known color: Marzipan. HEX triplet: EA, CF and 7B. RGB value is (234,207,123). Sum of RGB (Red+Green+Blue) = 234+207+123=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF7B is #153084. Grayscale: #CDCDCD. Windows color (decimal): -1388677 or 8114154. OLE color: 8114154.

HSL color Cylindrical-coordinate representation of color #EACF7B: hue angle of 45.41º 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 #EACF7B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 123 -
CMYK 0 0.12 0.47 0.08
HSL 45.41º 0.73% 0.7% -
HSV(B) 45.41º 0.47% 0.92% -
XYZ 59.82 63.55 27.85 -
YUV 205.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 234 207 123 0 0.12 0.47 0.08 45.41 0.73 0.7
Hex EA CF 7B 0 C 2F 8 2D 49 46
Octal 352 317 173 0 14 57 10 55 111 106
Binary 11101010 11001111 1111011 0 1100 101111 1000 101101 1001001 1000110

Color Harmonies of #EACF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF7B

Black with #EACF7B

Text Example


Text Example

White with #EACF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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