Html Css Color HEX #EFBA47 Cream Can

📋 copy color: '#EFBA47'

red 239 ◦ green 186 ◦ blue 71

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

Shades of Cream Can #EFBA47

Tints of Cream Can #EFBA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 71 (28.13% from 255) = 14.31%

R = 48.19%
G = 37.5%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFBA47 (or 0xEFBA47) is known color: Cream Can. HEX triplet: EF, BA and 47. RGB value is (239,186,71). Sum of RGB (Red+Green+Blue) = 239+186+71=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA47 is #1045B8. Grayscale: #BDBDBD. Windows color (decimal): -1066425 or 4700911. OLE color: 4700911.

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

Color convert

RGB 239 186 71 -
CMYK 0 0.22 0.70 0.06
HSL 41.07º 0.84% 0.61% -
HSV(B) 41.07º 0.7% 0.94% -
XYZ 54.29 53.92 13.51 -
YUV 188.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 239 186 71 0 0.22 0.70 0.06 41.07 0.84 0.61
Hex EF BA 47 0 16 46 6 29 54 3D
Octal 357 272 107 0 26 106 6 51 124 75
Binary 11101111 10111010 1000111 0 10110 1000110 110 101001 1010100 111101

Color Harmonies of #EFBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA47

Black with #EFBA47

Text Example


Text Example

White with #EFBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA47; }

 p { color: rgb(239,186,71); }

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

background-color css

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

 a { background-color: rgb(239,186,71); }

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

border-color css

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

 span { border-color: rgb(239,186,71); }

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