Html Css Color HEX #EBC13F Festival

📋 copy color: '#EBC13F'

red 235 ◦ green 193 ◦ blue 63

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

Shades of Festival #EBC13F

Tints of Festival #EBC13F

RGB

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

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

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

R = 47.86%
G = 39.31%
B = 12.83%

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

#EBC13F (or 0xEBC13F) is known color: Festival. HEX triplet: EB, C1 and 3F. RGB value is (235,193,63). Sum of RGB (Red+Green+Blue) = 235+193+63=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC13F is #143EC0. Grayscale: #BFBFBF. Windows color (decimal): -1326785 or 4178411. OLE color: 4178411.

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

Color convert

RGB 235 193 63 -
CMYK 0 0.18 0.73 0.08
HSL 45.35º 0.81% 0.58% -
HSV(B) 45.35º 0.73% 0.92% -
XYZ 54.23 56.16 12.68 -
YUV 190.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 235 193 63 0 0.18 0.73 0.08 45.35 0.81 0.58
Hex EB C1 3F 0 12 49 8 2D 51 3A
Octal 353 301 77 0 22 111 10 55 121 72
Binary 11101011 11000001 111111 0 10010 1001001 1000 101101 1010001 111010

Color Harmonies of #EBC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC13F

Black with #EBC13F

Text Example


Text Example

White with #EBC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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