Html Css Color HEX #EBC44D Cream Can

📋 copy color: '#EBC44D'

red 235 ◦ green 196 ◦ blue 77

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

Shades of Cream Can #EBC44D

Tints of Cream Can #EBC44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 46.26%
G = 38.58%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC44D (or 0xEBC44D) is known color: Cream Can. HEX triplet: EB, C4 and 4D. RGB value is (235,196,77). Sum of RGB (Red+Green+Blue) = 235+196+77=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC44D is #143BB2. Grayscale: #C2C2C2. Windows color (decimal): -1326003 or 5096683. OLE color: 5096683.

HSL color Cylindrical-coordinate representation of color #EBC44D: hue angle of 45.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBC44D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 77 -
CMYK 0 0.17 0.67 0.08
HSL 45.19º 0.8% 0.61% -
HSV(B) 45.19º 0.67% 0.92% -
XYZ 55.34 57.68 15.24 -
YUV 194.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 235 196 77 0 0.17 0.67 0.08 45.19 0.8 0.61
Hex EB C4 4D 0 11 43 8 2D 50 3D
Octal 353 304 115 0 21 103 10 55 120 75
Binary 11101011 11000100 1001101 0 10001 1000011 1000 101101 1010000 111101

Color Harmonies of #EBC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC44D

Black with #EBC44D

Text Example


Text Example

White with #EBC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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