Html Css Color HEX #EFBE44 Cream Can

📋 copy color: '#EFBE44'

red 239 ◦ green 190 ◦ blue 68

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

Shades of Cream Can #EFBE44

Tints of Cream Can #EFBE44

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

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

R = 48.09%
G = 38.23%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFBE44 (or 0xEFBE44) is known color: Cream Can. HEX triplet: EF, BE and 44. RGB value is (239,190,68). Sum of RGB (Red+Green+Blue) = 239+190+68=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE44 is #1041BB. Grayscale: #BFBFBF. Windows color (decimal): -1065404 or 4505327. OLE color: 4505327.

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

Color convert

RGB 239 190 68 -
CMYK 0 0.21 0.72 0.06
HSL 42.81º 0.84% 0.6% -
HSV(B) 42.81º 0.72% 0.94% -
XYZ 55.05 55.59 13.3 -
YUV 190.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 239 190 68 0 0.21 0.72 0.06 42.81 0.84 0.6
Hex EF BE 44 0 15 48 6 2B 54 3C
Octal 357 276 104 0 25 110 6 53 124 74
Binary 11101111 10111110 1000100 0 10101 1001000 110 101011 1010100 111100

Color Harmonies of #EFBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE44

Black with #EFBE44

Text Example


Text Example

White with #EFBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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