Html Css Color HEX #EFBE50 Cream Can

📋 copy color: '#EFBE50'

red 239 ◦ green 190 ◦ blue 80

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

Shades of Cream Can #EFBE50

Tints of Cream Can #EFBE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.72%

R = 46.95%
G = 37.33%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFBE50 (or 0xEFBE50) is known color: Cream Can. HEX triplet: EF, BE and 50. RGB value is (239,190,80). Sum of RGB (Red+Green+Blue) = 239+190+80=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE50 is #1041AF. Grayscale: #C0C0C0. Windows color (decimal): -1065392 or 5291759. OLE color: 5291759.

HSL color Cylindrical-coordinate representation of color #EFBE50: hue angle of 41.51º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFBE50 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 80 -
CMYK 0 0.21 0.67 0.06
HSL 41.51º 0.83% 0.63% -
HSV(B) 41.51º 0.67% 0.94% -
XYZ 55.46 55.76 15.43 -
YUV 192.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 239 190 80 0 0.21 0.67 0.06 41.51 0.83 0.63
Hex EF BE 50 0 15 43 6 2A 53 3F
Octal 357 276 120 0 25 103 6 52 123 77
Binary 11101111 10111110 1010000 0 10101 1000011 110 101010 1010011 111111

Color Harmonies of #EFBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE50

Black with #EFBE50

Text Example


Text Example

White with #EFBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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