Html Css Color HEX #EBBF5D Cream Can

📋 copy color: '#EBBF5D'

red 235 ◦ green 191 ◦ blue 93

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

Shades of Cream Can #EBBF5D

Tints of Cream Can #EBBF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.92%

R = 45.28%
G = 36.8%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBBF5D (or 0xEBBF5D) is known color: Cream Can. HEX triplet: EB, BF and 5D. RGB value is (235,191,93). Sum of RGB (Red+Green+Blue) = 235+191+93=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF5D is #1440A2. Grayscale: #C1C1C1. Windows color (decimal): -1327267 or 6143979. OLE color: 6143979.

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

Color convert

RGB 235 191 93 -
CMYK 0 0.19 0.60 0.08
HSL 41.41º 0.78% 0.64% -
HSV(B) 41.41º 0.6% 0.92% -
XYZ 54.87 55.71 18.22 -
YUV 192.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 235 191 93 0 0.19 0.60 0.08 41.41 0.78 0.64
Hex EB BF 5D 0 13 3C 8 29 4E 40
Octal 353 277 135 0 23 74 10 51 116 100
Binary 11101011 10111111 1011101 0 10011 111100 1000 101001 1001110 1000000

Color Harmonies of #EBBF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF5D

Black with #EBBF5D

Text Example


Text Example

White with #EBBF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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