Html Css Color HEX #EBBE40 Cream Can

📋 copy color: '#EBBE40'

red 235 ◦ green 190 ◦ blue 64

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

Shades of Cream Can #EBBE40

Tints of Cream Can #EBBE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 48.06%
G = 38.85%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBBE40 (or 0xEBBE40) is known color: Cream Can. HEX triplet: EB, BE and 40. RGB value is (235,190,64). Sum of RGB (Red+Green+Blue) = 235+190+64=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE40 is #1441BF. Grayscale: #BDBDBD. Windows color (decimal): -1327552 or 4243179. OLE color: 4243179.

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

Color convert

RGB 235 190 64 -
CMYK 0 0.19 0.73 0.08
HSL 44.21º 0.81% 0.59% -
HSV(B) 44.21º 0.73% 0.92% -
XYZ 53.6 54.86 12.61 -
YUV 189.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 235 190 64 0 0.19 0.73 0.08 44.21 0.81 0.59
Hex EB BE 40 0 13 49 8 2C 51 3B
Octal 353 276 100 0 23 111 10 54 121 73
Binary 11101011 10111110 1000000 0 10011 1001001 1000 101100 1010001 111011

Color Harmonies of #EBBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE40

Black with #EBBE40

Text Example


Text Example

White with #EBBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE40; }

 p { color: rgb(235,190,64); }

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

background-color css

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

 a { background-color: rgb(235,190,64); }

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

border-color css

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

 span { border-color: rgb(235,190,64); }

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