Html Css Color HEX #EBC443 Festival

📋 copy color: '#EBC443'

red 235 ◦ green 196 ◦ blue 67

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

Shades of Festival #EBC443

Tints of Festival #EBC443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

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

R = 47.19%
G = 39.36%
B = 13.45%

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

#EBC443 (or 0xEBC443) is known color: Festival. HEX triplet: EB, C4 and 43. RGB value is (235,196,67). Sum of RGB (Red+Green+Blue) = 235+196+67=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC443 is #143BBC. Grayscale: #C1C1C1. Windows color (decimal): -1326013 or 4441323. OLE color: 4441323.

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

Color convert

RGB 235 196 67 -
CMYK 0 0.17 0.71 0.08
HSL 46.07º 0.81% 0.59% -
HSV(B) 46.07º 0.71% 0.92% -
XYZ 55.01 57.55 13.52 -
YUV 192.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 235 196 67 0 0.17 0.71 0.08 46.07 0.81 0.59
Hex EB C4 43 0 11 47 8 2E 51 3B
Octal 353 304 103 0 21 107 10 56 121 73
Binary 11101011 11000100 1000011 0 10001 1000111 1000 101110 1010001 111011

Color Harmonies of #EBC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC443

Black with #EBC443

Text Example


Text Example

White with #EBC443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC443; }

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

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

background-color css

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

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

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

border-color css

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

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

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