Html Css Color HEX #EFC046 Cream Can

📋 copy color: '#EFC046'

red 239 ◦ green 192 ◦ blue 70

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

Shades of Cream Can #EFC046

Tints of Cream Can #EFC046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.97%

R = 47.7%
G = 38.32%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFC046 (or 0xEFC046) is known color: Cream Can. HEX triplet: EF, C0 and 46. RGB value is (239,192,70). Sum of RGB (Red+Green+Blue) = 239+192+70=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC046 is #103FB9. Grayscale: #C0C0C0. Windows color (decimal): -1064890 or 4636911. OLE color: 4636911.

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

Color convert

RGB 239 192 70 -
CMYK 0 0.20 0.71 0.06
HSL 43.31º 0.84% 0.61% -
HSV(B) 43.31º 0.71% 0.94% -
XYZ 55.55 56.49 13.77 -
YUV 192.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 239 192 70 0 0.20 0.71 0.06 43.31 0.84 0.61
Hex EF C0 46 0 14 47 6 2B 54 3D
Octal 357 300 106 0 24 107 6 53 124 75
Binary 11101111 11000000 1000110 0 10100 1000111 110 101011 1010100 111101

Color Harmonies of #EFC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC046

Black with #EFC046

Text Example


Text Example

White with #EFC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC046; }

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

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

background-color css

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

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

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

border-color css

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

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

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