Html Css Color HEX #EBC45E Cream Can

📋 copy color: '#EBC45E'

red 235 ◦ green 196 ◦ blue 94

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

Shades of Cream Can #EBC45E

Tints of Cream Can #EBC45E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

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

R = 44.76%
G = 37.33%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBC45E (or 0xEBC45E) is known color: Cream Can. HEX triplet: EB, C4 and 5E. RGB value is (235,196,94). Sum of RGB (Red+Green+Blue) = 235+196+94=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC45E is #143BA1. Grayscale: #C4C4C4. Windows color (decimal): -1325986 or 6210795. OLE color: 6210795.

HSL color Cylindrical-coordinate representation of color #EBC45E: hue angle of 43.4º 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 #EBC45E is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 94 -
CMYK 0 0.17 0.6 0.08
HSL 43.4º 0.78% 0.65% -
HSV(B) 43.4º 0.6% 0.92% -
XYZ 56.02 57.95 18.82 -
YUV 196.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 235 196 94 0 0.17 0.6 0.08 43.4 0.78 0.65
Hex EB C4 5E 0 11 3C 8 2B 4E 41
Octal 353 304 136 0 21 74 10 53 116 101
Binary 11101011 11000100 1011110 0 10001 111100 1000 101011 1001110 1000001

Color Harmonies of #EBC45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC45E

Black with #EBC45E

Text Example


Text Example

White with #EBC45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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