Html Css Color HEX #EFBC40 Cream Can

📋 copy color: '#EFBC40'

red 239 ◦ green 188 ◦ blue 64

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

Shades of Cream Can #EFBC40

Tints of Cream Can #EFBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 48.68%
G = 38.29%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFBC40 (or 0xEFBC40) is known color: Cream Can. HEX triplet: EF, BC and 40. RGB value is (239,188,64). Sum of RGB (Red+Green+Blue) = 239+188+64=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC40 is #1043BF. Grayscale: #BDBDBD. Windows color (decimal): -1065920 or 4242671. OLE color: 4242671.

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

Color convert

RGB 239 188 64 -
CMYK 0 0.21 0.73 0.06
HSL 42.51º 0.85% 0.59% -
HSV(B) 42.51º 0.73% 0.94% -
XYZ 54.51 54.69 12.53 -
YUV 189.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 239 188 64 0 0.21 0.73 0.06 42.51 0.85 0.59
Hex EF BC 40 0 15 49 6 2B 55 3B
Octal 357 274 100 0 25 111 6 53 125 73
Binary 11101111 10111100 1000000 0 10101 1001001 110 101011 1010101 111011

Color Harmonies of #EFBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC40

Black with #EFBC40

Text Example


Text Example

White with #EFBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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