Html Css Color HEX #EFBB40 Cream Can

📋 copy color: '#EFBB40'

red 239 ◦ green 187 ◦ blue 64

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

Shades of Cream Can #EFBB40

Tints of Cream Can #EFBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 48.78%
G = 38.16%
B = 13.06%

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

#EFBB40 (or 0xEFBB40) is known color: Cream Can. HEX triplet: EF, BB and 40. RGB value is (239,187,64). Sum of RGB (Red+Green+Blue) = 239+187+64=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB40 is #1044BF. Grayscale: #BDBDBD. Windows color (decimal): -1066176 or 4242415. OLE color: 4242415.

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

Color convert

RGB 239 187 64 -
CMYK 0 0.22 0.73 0.06
HSL 42.17º 0.85% 0.59% -
HSV(B) 42.17º 0.73% 0.94% -
XYZ 54.29 54.26 12.46 -
YUV 188.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 239 187 64 0 0.22 0.73 0.06 42.17 0.85 0.59
Hex EF BB 40 0 16 49 6 2A 55 3B
Octal 357 273 100 0 26 111 6 52 125 73
Binary 11101111 10111011 1000000 0 10110 1001001 110 101010 1010101 111011

Color Harmonies of #EFBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB40

Black with #EFBB40

Text Example


Text Example

White with #EFBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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