Html Css Color HEX #EFCD7B Marzipan

📋 copy color: '#EFCD7B'

red 239 ◦ green 205 ◦ blue 123

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

Shades of Marzipan #EFCD7B

Tints of Marzipan #EFCD7B

RGB

 RED value IS 239 (93.75% from 255) = 42.15%

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

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

R = 42.15%
G = 36.16%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFCD7B (or 0xEFCD7B) is known color: Marzipan. HEX triplet: EF, CD and 7B. RGB value is (239,205,123). Sum of RGB (Red+Green+Blue) = 239+205+123=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD7B is #103284. Grayscale: #CECECE. Windows color (decimal): -1061509 or 8113647. OLE color: 8113647.

HSL color Cylindrical-coordinate representation of color #EFCD7B: hue angle of 42.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFCD7B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 123 -
CMYK 0 0.14 0.49 0.06
HSL 42.41º 0.78% 0.71% -
HSV(B) 42.41º 0.49% 0.94% -
XYZ 61 63.44 27.77 -
YUV 205.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 239 205 123 0 0.14 0.49 0.06 42.41 0.78 0.71
Hex EF CD 7B 0 E 31 6 2A 4E 47
Octal 357 315 173 0 16 61 6 52 116 107
Binary 11101111 11001101 1111011 0 1110 110001 110 101010 1001110 1000111

Color Harmonies of #EFCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD7B

Black with #EFCD7B

Text Example


Text Example

White with #EFCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD7B; }

 p { color: rgb(239,205,123); }

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

background-color css

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

 a { background-color: rgb(239,205,123); }

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

border-color css

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

 span { border-color: rgb(239,205,123); }

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