Html Css Color HEX #EBC03F Festival

📋 copy color: '#EBC03F'

red 235 ◦ green 192 ◦ blue 63

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

Shades of Festival #EBC03F

Tints of Festival #EBC03F

RGB

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

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

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

R = 47.96%
G = 39.18%
B = 12.86%

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

#EBC03F (or 0xEBC03F) is known color: Festival. HEX triplet: EB, C0 and 3F. RGB value is (235,192,63). Sum of RGB (Red+Green+Blue) = 235+192+63=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC03F is #143FC0. Grayscale: #BEBEBE. Windows color (decimal): -1327041 or 4178155. OLE color: 4178155.

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

Color convert

RGB 235 192 63 -
CMYK 0 0.18 0.73 0.08
HSL 45º 0.81% 0.58% -
HSV(B) 45º 0.73% 0.92% -
XYZ 54.01 55.72 12.61 -
YUV 190.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 235 192 63 0 0.18 0.73 0.08 45 0.81 0.58
Hex EB C0 3F 0 12 49 8 2D 51 3A
Octal 353 300 77 0 22 111 10 55 121 72
Binary 11101011 11000000 111111 0 10010 1001001 1000 101101 1010001 111010

Color Harmonies of #EBC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC03F

Black with #EBC03F

Text Example


Text Example

White with #EBC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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