Html Css Color HEX #EFBB50 Cream Can

📋 copy color: '#EFBB50'

red 239 ◦ green 187 ◦ blue 80

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

Shades of Cream Can #EFBB50

Tints of Cream Can #EFBB50

RGB

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

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

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

R = 47.23%
G = 36.96%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFBB50 (or 0xEFBB50) is known color: Cream Can. HEX triplet: EF, BB and 50. RGB value is (239,187,80). Sum of RGB (Red+Green+Blue) = 239+187+80=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB50 is #1044AF. Grayscale: #BEBEBE. Windows color (decimal): -1066160 or 5290991. OLE color: 5290991.

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

Color convert

RGB 239 187 80 -
CMYK 0 0.22 0.67 0.06
HSL 40.38º 0.83% 0.63% -
HSV(B) 40.38º 0.67% 0.94% -
XYZ 54.81 54.47 15.21 -
YUV 190.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 239 187 80 0 0.22 0.67 0.06 40.38 0.83 0.63
Hex EF BB 50 0 16 43 6 28 53 3F
Octal 357 273 120 0 26 103 6 50 123 77
Binary 11101111 10111011 1010000 0 10110 1000011 110 101000 1010011 111111

Color Harmonies of #EFBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB50

Black with #EFBB50

Text Example


Text Example

White with #EFBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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