Html Css Color HEX #EBBF5E Cream Can

📋 copy color: '#EBBF5E'

red 235 ◦ green 191 ◦ blue 94

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

Shades of Cream Can #EBBF5E

Tints of Cream Can #EBBF5E

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 45.19%
G = 36.73%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBBF5E (or 0xEBBF5E) is known color: Cream Can. HEX triplet: EB, BF and 5E. RGB value is (235,191,94). Sum of RGB (Red+Green+Blue) = 235+191+94=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF5E is #1440A1. Grayscale: #C1C1C1. Windows color (decimal): -1327266 or 6209515. OLE color: 6209515.

HSL color Cylindrical-coordinate representation of color #EBBF5E: hue angle of 41.28º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBF5E is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 94 -
CMYK 0 0.19 0.6 0.08
HSL 41.28º 0.78% 0.65% -
HSV(B) 41.28º 0.6% 0.92% -
XYZ 54.91 55.73 18.45 -
YUV 193.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 235 191 94 0 0.19 0.6 0.08 41.28 0.78 0.65
Hex EB BF 5E 0 13 3C 8 29 4E 41
Octal 353 277 136 0 23 74 10 51 116 101
Binary 11101011 10111111 1011110 0 10011 111100 1000 101001 1001110 1000001

Color Harmonies of #EBBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF5E

Black with #EBBF5E

Text Example


Text Example

White with #EBBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF5E; }

 p { color: rgb(235,191,94); }

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

background-color css

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

 a { background-color: rgb(235,191,94); }

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

border-color css

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

 span { border-color: rgb(235,191,94); }

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