Html Css Color HEX #EFCD7A Marzipan

📋 copy color: '#EFCD7A'

red 239 ◦ green 205 ◦ blue 122

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

Shades of Marzipan #EFCD7A

Tints of Marzipan #EFCD7A

RGB

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

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

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

R = 42.23%
G = 36.22%
B = 21.55%

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

#EFCD7A (or 0xEFCD7A) is known color: Marzipan. HEX triplet: EF, CD and 7A. RGB value is (239,205,122). Sum of RGB (Red+Green+Blue) = 239+205+122=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD7A is #103285. Grayscale: #CECECE. Windows color (decimal): -1061510 or 8048111. OLE color: 8048111.

HSL color Cylindrical-coordinate representation of color #EFCD7A: hue angle of 42.56º degrees, saturation: 0.79, 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 #EFCD7A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 122 -
CMYK 0 0.14 0.49 0.06
HSL 42.56º 0.79% 0.71% -
HSV(B) 42.56º 0.49% 0.94% -
XYZ 60.94 63.42 27.44 -
YUV 205.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 239 205 122 0 0.14 0.49 0.06 42.56 0.79 0.71
Hex EF CD 7A 0 E 31 6 2B 4F 47
Octal 357 315 172 0 16 61 6 53 117 107
Binary 11101111 11001101 1111010 0 1110 110001 110 101011 1001111 1000111

Color Harmonies of #EFCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD7A

Black with #EFCD7A

Text Example


Text Example

White with #EFCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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