Html Css Color HEX #EBC53F Festival

📋 copy color: '#EBC53F'

red 235 ◦ green 197 ◦ blue 63

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

Shades of Festival #EBC53F

Tints of Festival #EBC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.73%

R = 47.47%
G = 39.8%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC53F (or 0xEBC53F) is known color: Festival. HEX triplet: EB, C5 and 3F. RGB value is (235,197,63). Sum of RGB (Red+Green+Blue) = 235+197+63=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC53F is #143AC0. Grayscale: #C1C1C1. Windows color (decimal): -1325761 or 4179435. OLE color: 4179435.

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

Color convert

RGB 235 197 63 -
CMYK 0 0.16 0.73 0.08
HSL 46.74º 0.81% 0.58% -
HSV(B) 46.74º 0.73% 0.92% -
XYZ 55.12 57.95 12.98 -
YUV 193.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 235 197 63 0 0.16 0.73 0.08 46.74 0.81 0.58
Hex EB C5 3F 0 10 49 8 2F 51 3A
Octal 353 305 77 0 20 111 10 57 121 72
Binary 11101011 11000101 111111 0 10000 1001001 1000 101111 1010001 111010

Color Harmonies of #EBC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC53F

Black with #EBC53F

Text Example


Text Example

White with #EBC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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