Html Css Color HEX #EBC040 Festival

📋 copy color: '#EBC040'

red 235 ◦ green 192 ◦ blue 64

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

Shades of Festival #EBC040

Tints of Festival #EBC040

RGB

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

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

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

R = 47.86%
G = 39.1%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC040 (or 0xEBC040) is known color: Festival. HEX triplet: EB, C0 and 40. RGB value is (235,192,64). Sum of RGB (Red+Green+Blue) = 235+192+64=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC040 is #143FBF. Grayscale: #BEBEBE. Windows color (decimal): -1327040 or 4243691. OLE color: 4243691.

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

Color convert

RGB 235 192 64 -
CMYK 0 0.18 0.73 0.08
HSL 44.91º 0.81% 0.59% -
HSV(B) 44.91º 0.73% 0.92% -
XYZ 54.04 55.73 12.76 -
YUV 190.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 235 192 64 0 0.18 0.73 0.08 44.91 0.81 0.59
Hex EB C0 40 0 12 49 8 2D 51 3B
Octal 353 300 100 0 22 111 10 55 121 73
Binary 11101011 11000000 1000000 0 10010 1001001 1000 101101 1010001 111011

Color Harmonies of #EBC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC040

Black with #EBC040

Text Example


Text Example

White with #EBC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC040; }

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

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

background-color css

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

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

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

border-color css

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

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

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