Html Css Color HEX #EFC260 Cream Can

📋 copy color: '#EFC260'

red 239 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #EFC260

Tints of Cream Can #EFC260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.15%

R = 45.18%
G = 36.67%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFC260 (or 0xEFC260) is known color: Cream Can. HEX triplet: EF, C2 and 60. RGB value is (239,194,96). Sum of RGB (Red+Green+Blue) = 239+194+96=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC260 is #103D9F. Grayscale: #C4C4C4. Windows color (decimal): -1064352 or 6341359. OLE color: 6341359.

HSL color Cylindrical-coordinate representation of color #EFC260: hue angle of 41.12º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC260 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 96 -
CMYK 0 0.19 0.60 0.06
HSL 41.12º 0.82% 0.66% -
HSV(B) 41.12º 0.6% 0.94% -
XYZ 57 57.78 19.21 -
YUV 196.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 239 194 96 0 0.19 0.60 0.06 41.12 0.82 0.66
Hex EF C2 60 0 13 3C 6 29 52 42
Octal 357 302 140 0 23 74 6 51 122 102
Binary 11101111 11000010 1100000 0 10011 111100 110 101001 1010010 1000010

Color Harmonies of #EFC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC260

Black with #EFC260

Text Example


Text Example

White with #EFC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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