Html Css Color HEX #EBC245 Festival

📋 copy color: '#EBC245'

red 235 ◦ green 194 ◦ blue 69

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

Shades of Festival #EBC245

Tints of Festival #EBC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

 BLUE value IS 69 (27.34% from 255) = 13.86%

R = 47.19%
G = 38.96%
B = 13.86%

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

#EBC245 (or 0xEBC245) is known color: Festival. HEX triplet: EB, C2 and 45. RGB value is (235,194,69). Sum of RGB (Red+Green+Blue) = 235+194+69=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC245 is #143DBA. Grayscale: #C0C0C0. Windows color (decimal): -1326523 or 4571883. OLE color: 4571883.

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

Color convert

RGB 235 194 69 -
CMYK 0 0.17 0.71 0.08
HSL 45.18º 0.81% 0.6% -
HSV(B) 45.18º 0.71% 0.92% -
XYZ 54.63 56.68 13.69 -
YUV 192.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 235 194 69 0 0.17 0.71 0.08 45.18 0.81 0.6
Hex EB C2 45 0 11 47 8 2D 51 3C
Octal 353 302 105 0 21 107 10 55 121 74
Binary 11101011 11000010 1000101 0 10001 1000111 1000 101101 1010001 111100

Color Harmonies of #EBC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC245

Black with #EBC245

Text Example


Text Example

White with #EBC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC245; }

 p { color: rgb(235,194,69); }

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

background-color css

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

 a { background-color: rgb(235,194,69); }

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

border-color css

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

 span { border-color: rgb(235,194,69); }

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