Html Css Color HEX #EFC256 Cream Can

📋 copy color: '#EFC256'

red 239 ◦ green 194 ◦ blue 86

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

Shades of Cream Can #EFC256

Tints of Cream Can #EFC256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

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

R = 46.05%
G = 37.38%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFC256 (or 0xEFC256) is known color: Cream Can. HEX triplet: EF, C2 and 56. RGB value is (239,194,86). Sum of RGB (Red+Green+Blue) = 239+194+86=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC256 is #103DA9. Grayscale: #C3C3C3. Windows color (decimal): -1064362 or 5685999. OLE color: 5685999.

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

Color convert

RGB 239 194 86 -
CMYK 0 0.19 0.64 0.06
HSL 42.35º 0.83% 0.64% -
HSV(B) 42.35º 0.64% 0.94% -
XYZ 56.57 57.61 16.94 -
YUV 195.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 239 194 86 0 0.19 0.64 0.06 42.35 0.83 0.64
Hex EF C2 56 0 13 40 6 2A 53 40
Octal 357 302 126 0 23 100 6 52 123 100
Binary 11101111 11000010 1010110 0 10011 1000000 110 101010 1010011 1000000

Color Harmonies of #EFC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC256

Black with #EFC256

Text Example


Text Example

White with #EFC256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC256; }

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

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

background-color css

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

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

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

border-color css

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

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

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