Html Css Color HEX #EFBA44 Cream Can

📋 copy color: '#EFBA44'

red 239 ◦ green 186 ◦ blue 68

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

Shades of Cream Can #EFBA44

Tints of Cream Can #EFBA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 48.48%
G = 37.73%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFBA44 (or 0xEFBA44) is known color: Cream Can. HEX triplet: EF, BA and 44. RGB value is (239,186,68). Sum of RGB (Red+Green+Blue) = 239+186+68=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA44 is #1045BB. Grayscale: #BCBCBC. Windows color (decimal): -1066428 or 4504303. OLE color: 4504303.

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

Color convert

RGB 239 186 68 -
CMYK 0 0.22 0.72 0.06
HSL 41.4º 0.84% 0.6% -
HSV(B) 41.4º 0.72% 0.94% -
XYZ 54.2 53.89 13.01 -
YUV 188.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 239 186 68 0 0.22 0.72 0.06 41.4 0.84 0.6
Hex EF BA 44 0 16 48 6 29 54 3C
Octal 357 272 104 0 26 110 6 51 124 74
Binary 11101111 10111010 1000100 0 10110 1001000 110 101001 1010100 111100

Color Harmonies of #EFBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA44

Black with #EFBA44

Text Example


Text Example

White with #EFBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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