Html Css Color HEX #EFBE49 Cream Can

📋 copy color: '#EFBE49'

red 239 ◦ green 190 ◦ blue 73

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

Shades of Cream Can #EFBE49

Tints of Cream Can #EFBE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

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

R = 47.61%
G = 37.85%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFBE49 (or 0xEFBE49) is known color: Cream Can. HEX triplet: EF, BE and 49. RGB value is (239,190,73). Sum of RGB (Red+Green+Blue) = 239+190+73=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE49 is #1041B6. Grayscale: #BFBFBF. Windows color (decimal): -1065399 or 4833007. OLE color: 4833007.

HSL color Cylindrical-coordinate representation of color #EFBE49: hue angle of 42.29º 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 #EFBE49 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 73 -
CMYK 0 0.21 0.69 0.06
HSL 42.29º 0.84% 0.61% -
HSV(B) 42.29º 0.69% 0.94% -
XYZ 55.21 55.66 14.14 -
YUV 191.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 239 190 73 0 0.21 0.69 0.06 42.29 0.84 0.61
Hex EF BE 49 0 15 45 6 2A 54 3D
Octal 357 276 111 0 25 105 6 52 124 75
Binary 11101111 10111110 1001001 0 10101 1000101 110 101010 1010100 111101

Color Harmonies of #EFBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE49

Black with #EFBE49

Text Example


Text Example

White with #EFBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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