Html Css Color HEX #EFB941 Cream Can

📋 copy color: '#EFB941'

red 239 ◦ green 185 ◦ blue 65

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

Shades of Cream Can #EFB941

Tints of Cream Can #EFB941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 65 (25.78% from 255) = 13.29%

R = 48.88%
G = 37.83%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFB941 (or 0xEFB941) is known color: Cream Can. HEX triplet: EF, B9 and 41. RGB value is (239,185,65). Sum of RGB (Red+Green+Blue) = 239+185+65=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB941 is #1046BE. Grayscale: #BCBCBC. Windows color (decimal): -1066687 or 4307439. OLE color: 4307439.

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

Color convert

RGB 239 185 65 -
CMYK 0 0.23 0.73 0.06
HSL 41.38º 0.84% 0.6% -
HSV(B) 41.38º 0.73% 0.94% -
XYZ 53.9 53.43 12.47 -
YUV 187.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 239 185 65 0 0.23 0.73 0.06 41.38 0.84 0.6
Hex EF B9 41 0 17 49 6 29 54 3C
Octal 357 271 101 0 27 111 6 51 124 74
Binary 11101111 10111001 1000001 0 10111 1001001 110 101001 1010100 111100

Color Harmonies of #EFB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB941

Black with #EFB941

Text Example


Text Example

White with #EFB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB941; }

 p { color: rgb(239,185,65); }

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

background-color css

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

 a { background-color: rgb(239,185,65); }

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

border-color css

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

 span { border-color: rgb(239,185,65); }

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