Html Css Color HEX #EBC344 Festival

📋 copy color: '#EBC344'

red 235 ◦ green 195 ◦ blue 68

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

Shades of Festival #EBC344

Tints of Festival #EBC344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 68 (26.95% from 255) = 13.65%

R = 47.19%
G = 39.16%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC344 (or 0xEBC344) is known color: Festival. HEX triplet: EB, C3 and 44. RGB value is (235,195,68). Sum of RGB (Red+Green+Blue) = 235+195+68=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC344 is #143CBB. Grayscale: #C1C1C1. Windows color (decimal): -1326268 or 4506603. OLE color: 4506603.

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

Color convert

RGB 235 195 68 -
CMYK 0 0.17 0.71 0.08
HSL 45.63º 0.81% 0.59% -
HSV(B) 45.63º 0.71% 0.92% -
XYZ 54.82 57.11 13.6 -
YUV 192.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 235 195 68 0 0.17 0.71 0.08 45.63 0.81 0.59
Hex EB C3 44 0 11 47 8 2E 51 3B
Octal 353 303 104 0 21 107 10 56 121 73
Binary 11101011 11000011 1000100 0 10001 1000111 1000 101110 1010001 111011

Color Harmonies of #EBC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC344

Black with #EBC344

Text Example


Text Example

White with #EBC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC344; }

 p { color: rgb(235,195,68); }

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

background-color css

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

 a { background-color: rgb(235,195,68); }

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

border-color css

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

 span { border-color: rgb(235,195,68); }

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