Html Css Color HEX #EBC343 Festival

📋 copy color: '#EBC343'

red 235 ◦ green 195 ◦ blue 67

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

Shades of Festival #EBC343

Tints of Festival #EBC343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.48%

R = 47.28%
G = 39.24%
B = 13.48%

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

#EBC343 (or 0xEBC343) is known color: Festival. HEX triplet: EB, C3 and 43. RGB value is (235,195,67). Sum of RGB (Red+Green+Blue) = 235+195+67=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC343 is #143CBC. Grayscale: #C0C0C0. Windows color (decimal): -1326269 or 4441067. OLE color: 4441067.

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

Color convert

RGB 235 195 67 -
CMYK 0 0.17 0.71 0.08
HSL 45.71º 0.81% 0.59% -
HSV(B) 45.71º 0.71% 0.92% -
XYZ 54.79 57.1 13.44 -
YUV 192.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 235 195 67 0 0.17 0.71 0.08 45.71 0.81 0.59
Hex EB C3 43 0 11 47 8 2E 51 3B
Octal 353 303 103 0 21 107 10 56 121 73
Binary 11101011 11000011 1000011 0 10001 1000111 1000 101110 1010001 111011

Color Harmonies of #EBC343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC343

Black with #EBC343

Text Example


Text Example

White with #EBC343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC343; }

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

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

background-color css

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

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

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

border-color css

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

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

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