Html Css Color HEX #EFBA40 Cream Can

📋 copy color: '#EFBA40'

red 239 ◦ green 186 ◦ blue 64

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

Shades of Cream Can #EFBA40

Tints of Cream Can #EFBA40

RGB

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

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

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

R = 48.88%
G = 38.04%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFBA40 (or 0xEFBA40) is known color: Cream Can. HEX triplet: EF, BA and 40. RGB value is (239,186,64). Sum of RGB (Red+Green+Blue) = 239+186+64=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA40 is #1045BF. Grayscale: #BCBCBC. Windows color (decimal): -1066432 or 4242159. OLE color: 4242159.

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

Color convert

RGB 239 186 64 -
CMYK 0 0.22 0.73 0.06
HSL 41.83º 0.85% 0.59% -
HSV(B) 41.83º 0.73% 0.94% -
XYZ 54.08 53.84 12.39 -
YUV 187.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 239 186 64 0 0.22 0.73 0.06 41.83 0.85 0.59
Hex EF BA 40 0 16 49 6 2A 55 3B
Octal 357 272 100 0 26 111 6 52 125 73
Binary 11101111 10111010 1000000 0 10110 1001001 110 101010 1010101 111011

Color Harmonies of #EFBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA40

Black with #EFBA40

Text Example


Text Example

White with #EFBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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