Html Css Color HEX #EFCB7A Marzipan

📋 copy color: '#EFCB7A'

red 239 ◦ green 203 ◦ blue 122

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

Shades of Marzipan #EFCB7A

Tints of Marzipan #EFCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

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

R = 42.38%
G = 35.99%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFCB7A (or 0xEFCB7A) is known color: Marzipan. HEX triplet: EF, CB and 7A. RGB value is (239,203,122). Sum of RGB (Red+Green+Blue) = 239+203+122=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB7A is #103485. Grayscale: #CCCCCC. Windows color (decimal): -1062022 or 8047599. OLE color: 8047599.

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

Color convert

RGB 239 203 122 -
CMYK 0 0.15 0.49 0.06
HSL 41.54º 0.79% 0.71% -
HSV(B) 41.54º 0.49% 0.94% -
XYZ 60.47 62.47 27.28 -
YUV 204.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 239 203 122 0 0.15 0.49 0.06 41.54 0.79 0.71
Hex EF CB 7A 0 F 31 6 2A 4F 47
Octal 357 313 172 0 17 61 6 52 117 107
Binary 11101111 11001011 1111010 0 1111 110001 110 101010 1001111 1000111

Color Harmonies of #EFCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB7A

Black with #EFCB7A

Text Example


Text Example

White with #EFCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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