Html Css Color HEX #EFC040 Cream Can

📋 copy color: '#EFC040'

red 239 ◦ green 192 ◦ blue 64

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

Shades of Cream Can #EFC040

Tints of Cream Can #EFC040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 48.28%
G = 38.79%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFC040 (or 0xEFC040) is known color: Cream Can. HEX triplet: EF, C0 and 40. RGB value is (239,192,64). Sum of RGB (Red+Green+Blue) = 239+192+64=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC040 is #103FBF. Grayscale: #C0C0C0. Windows color (decimal): -1064896 or 4243695. OLE color: 4243695.

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

Color convert

RGB 239 192 64 -
CMYK 0 0.20 0.73 0.06
HSL 43.89º 0.85% 0.59% -
HSV(B) 43.89º 0.73% 0.94% -
XYZ 55.37 56.42 12.82 -
YUV 191.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 239 192 64 0 0.20 0.73 0.06 43.89 0.85 0.59
Hex EF C0 40 0 14 49 6 2C 55 3B
Octal 357 300 100 0 24 111 6 54 125 73
Binary 11101111 11000000 1000000 0 10100 1001001 110 101100 1010101 111011

Color Harmonies of #EFC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC040

Black with #EFC040

Text Example


Text Example

White with #EFC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC040; }

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

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

background-color css

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

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

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

border-color css

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

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

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