Html Css Color HEX #EBC541 Festival

📋 copy color: '#EBC541'

red 235 ◦ green 197 ◦ blue 65

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

Shades of Festival #EBC541

Tints of Festival #EBC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.64%

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

R = 47.28%
G = 39.64%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC541 (or 0xEBC541) is known color: Festival. HEX triplet: EB, C5 and 41. RGB value is (235,197,65). Sum of RGB (Red+Green+Blue) = 235+197+65=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC541 is #143ABE. Grayscale: #C1C1C1. Windows color (decimal): -1325759 or 4310507. OLE color: 4310507.

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

Color convert

RGB 235 197 65 -
CMYK 0 0.16 0.72 0.08
HSL 46.59º 0.81% 0.59% -
HSV(B) 46.59º 0.72% 0.92% -
XYZ 55.18 57.98 13.28 -
YUV 193.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 235 197 65 0 0.16 0.72 0.08 46.59 0.81 0.59
Hex EB C5 41 0 10 48 8 2F 51 3B
Octal 353 305 101 0 20 110 10 57 121 73
Binary 11101011 11000101 1000001 0 10000 1001000 1000 101111 1010001 111011

Color Harmonies of #EBC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC541

Black with #EBC541

Text Example


Text Example

White with #EBC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC541; }

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

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

background-color css

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

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

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

border-color css

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

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

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