Html Css Color HEX #EFBA49 Cream Can

📋 copy color: '#EFBA49'

red 239 ◦ green 186 ◦ blue 73

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

Shades of Cream Can #EFBA49

Tints of Cream Can #EFBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.66%

R = 47.99%
G = 37.35%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFBA49 (or 0xEFBA49) is known color: Cream Can. HEX triplet: EF, BA and 49. RGB value is (239,186,73). Sum of RGB (Red+Green+Blue) = 239+186+73=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA49 is #1045B6. Grayscale: #BDBDBD. Windows color (decimal): -1066423 or 4831983. OLE color: 4831983.

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

Color convert

RGB 239 186 73 -
CMYK 0 0.22 0.69 0.06
HSL 40.84º 0.84% 0.61% -
HSV(B) 40.84º 0.69% 0.94% -
XYZ 54.36 53.95 13.85 -
YUV 188.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 239 186 73 0 0.22 0.69 0.06 40.84 0.84 0.61
Hex EF BA 49 0 16 45 6 29 54 3D
Octal 357 272 111 0 26 105 6 51 124 75
Binary 11101111 10111010 1001001 0 10110 1000101 110 101001 1010100 111101

Color Harmonies of #EFBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA49

Black with #EFBA49

Text Example


Text Example

White with #EFBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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