Html Css Color HEX #EFC056 Cream Can

📋 copy color: '#EFC056'

red 239 ◦ green 192 ◦ blue 86

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

Shades of Cream Can #EFC056

Tints of Cream Can #EFC056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

 BLUE value IS 86 (33.98% from 255) = 16.63%

R = 46.23%
G = 37.14%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFC056 (or 0xEFC056) is known color: Cream Can. HEX triplet: EF, C0 and 56. RGB value is (239,192,86). Sum of RGB (Red+Green+Blue) = 239+192+86=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC056 is #103FA9. Grayscale: #C2C2C2. Windows color (decimal): -1064874 or 5685487. OLE color: 5685487.

HSL color Cylindrical-coordinate representation of color #EFC056: hue angle of 41.57º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFC056 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 86 -
CMYK 0 0.20 0.64 0.06
HSL 41.57º 0.83% 0.64% -
HSV(B) 41.57º 0.64% 0.94% -
XYZ 56.13 56.72 16.79 -
YUV 193.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 239 192 86 0 0.20 0.64 0.06 41.57 0.83 0.64
Hex EF C0 56 0 14 40 6 2A 53 40
Octal 357 300 126 0 24 100 6 52 123 100
Binary 11101111 11000000 1010110 0 10100 1000000 110 101010 1010011 1000000

Color Harmonies of #EFC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC056

Black with #EFC056

Text Example


Text Example

White with #EFC056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC056; }

 p { color: rgb(239,192,86); }

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

background-color css

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

 a { background-color: rgb(239,192,86); }

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

border-color css

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

 span { border-color: rgb(239,192,86); }

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