Html Css Color HEX #EFCD81 Marzipan

📋 copy color: '#EFCD81'

red 239 ◦ green 205 ◦ blue 129

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

Shades of Marzipan #EFCD81

Tints of Marzipan #EFCD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.51%

R = 41.71%
G = 35.78%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFCD81 (or 0xEFCD81) is known color: Marzipan. HEX triplet: EF, CD and 81. RGB value is (239,205,129). Sum of RGB (Red+Green+Blue) = 239+205+129=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD81 is #10327E. Grayscale: #CECECE. Windows color (decimal): -1061503 or 8506863. OLE color: 8506863.

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

Color convert

RGB 239 205 129 -
CMYK 0 0.14 0.46 0.06
HSL 41.45º 0.77% 0.72% -
HSV(B) 41.45º 0.46% 0.94% -
XYZ 61.39 63.6 29.81 -
YUV 206.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 239 205 129 0 0.14 0.46 0.06 41.45 0.77 0.72
Hex EF CD 81 0 E 2E 6 29 4D 48
Octal 357 315 201 0 16 56 6 51 115 110
Binary 11101111 11001101 10000001 0 1110 101110 110 101001 1001101 1001000

Color Harmonies of #EFCD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD81

Black with #EFCD81

Text Example


Text Example

White with #EFCD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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