Html Css Color HEX #EBC04C Cream Can

📋 copy color: '#EBC04C'

red 235 ◦ green 192 ◦ blue 76

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

Shades of Cream Can #EBC04C

Tints of Cream Can #EBC04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 76 (30.08% from 255) = 15.11%

R = 46.72%
G = 38.17%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC04C (or 0xEBC04C) is known color: Cream Can. HEX triplet: EB, C0 and 4C. RGB value is (235,192,76). Sum of RGB (Red+Green+Blue) = 235+192+76=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC04C is #143FB3. Grayscale: #C0C0C0. Windows color (decimal): -1327028 or 5030123. OLE color: 5030123.

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

Color convert

RGB 235 192 76 -
CMYK 0 0.18 0.68 0.08
HSL 43.77º 0.8% 0.61% -
HSV(B) 43.77º 0.68% 0.92% -
XYZ 54.42 55.88 14.76 -
YUV 191.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 235 192 76 0 0.18 0.68 0.08 43.77 0.8 0.61
Hex EB C0 4C 0 12 44 8 2C 50 3D
Octal 353 300 114 0 22 104 10 54 120 75
Binary 11101011 11000000 1001100 0 10010 1000100 1000 101100 1010000 111101

Color Harmonies of #EBC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC04C

Black with #EBC04C

Text Example


Text Example

White with #EBC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC04C; }

 p { color: rgb(235,192,76); }

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

background-color css

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

 a { background-color: rgb(235,192,76); }

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

border-color css

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

 span { border-color: rgb(235,192,76); }

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