Html Css Color HEX #EBC63F Festival

📋 copy color: '#EBC63F'

red 235 ◦ green 198 ◦ blue 63

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

Shades of Festival #EBC63F

Tints of Festival #EBC63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

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

R = 47.38%
G = 39.92%
B = 12.7%

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

#EBC63F (or 0xEBC63F) is known color: Festival. HEX triplet: EB, C6 and 3F. RGB value is (235,198,63). Sum of RGB (Red+Green+Blue) = 235+198+63=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC63F is #1439C0. Grayscale: #C2C2C2. Windows color (decimal): -1325505 or 4179691. OLE color: 4179691.

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

Color convert

RGB 235 198 63 -
CMYK 0 0.16 0.73 0.08
HSL 47.09º 0.81% 0.58% -
HSV(B) 47.09º 0.73% 0.92% -
XYZ 55.35 58.41 13.06 -
YUV 193.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 235 198 63 0 0.16 0.73 0.08 47.09 0.81 0.58
Hex EB C6 3F 0 10 49 8 2F 51 3A
Octal 353 306 77 0 20 111 10 57 121 72
Binary 11101011 11000110 111111 0 10000 1001001 1000 101111 1010001 111010

Color Harmonies of #EBC63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC63F

Black with #EBC63F

Text Example


Text Example

White with #EBC63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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