Html Css Color HEX #EBC141 Festival

📋 copy color: '#EBC141'

red 235 ◦ green 193 ◦ blue 65

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

Shades of Festival #EBC141

Tints of Festival #EBC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 65 (25.78% from 255) = 13.18%

R = 47.67%
G = 39.15%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC141 (or 0xEBC141) is known color: Festival. HEX triplet: EB, C1 and 41. RGB value is (235,193,65). Sum of RGB (Red+Green+Blue) = 235+193+65=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC141 is #143EBE. Grayscale: #BFBFBF. Windows color (decimal): -1326783 or 4309483. OLE color: 4309483.

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

Color convert

RGB 235 193 65 -
CMYK 0 0.18 0.72 0.08
HSL 45.18º 0.81% 0.59% -
HSV(B) 45.18º 0.72% 0.92% -
XYZ 54.29 56.18 12.98 -
YUV 190.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 235 193 65 0 0.18 0.72 0.08 45.18 0.81 0.59
Hex EB C1 41 0 12 48 8 2D 51 3B
Octal 353 301 101 0 22 110 10 55 121 73
Binary 11101011 11000001 1000001 0 10010 1001000 1000 101101 1010001 111011

Color Harmonies of #EBC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC141

Black with #EBC141

Text Example


Text Example

White with #EBC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC141; }

 p { color: rgb(235,193,65); }

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

background-color css

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

 a { background-color: rgb(235,193,65); }

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

border-color css

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

 span { border-color: rgb(235,193,65); }

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