Html Css Color HEX #EBC242 Festival

📋 copy color: '#EBC242'

red 235 ◦ green 194 ◦ blue 66

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

Shades of Festival #EBC242

Tints of Festival #EBC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.33%

R = 47.47%
G = 39.19%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC242 (or 0xEBC242) is known color: Festival. HEX triplet: EB, C2 and 42. RGB value is (235,194,66). Sum of RGB (Red+Green+Blue) = 235+194+66=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC242 is #143DBD. Grayscale: #C0C0C0. Windows color (decimal): -1326526 or 4375275. OLE color: 4375275.

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

Color convert

RGB 235 194 66 -
CMYK 0 0.17 0.72 0.08
HSL 45.44º 0.81% 0.59% -
HSV(B) 45.44º 0.72% 0.92% -
XYZ 54.54 56.64 13.21 -
YUV 191.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 235 194 66 0 0.17 0.72 0.08 45.44 0.81 0.59
Hex EB C2 42 0 11 48 8 2D 51 3B
Octal 353 302 102 0 21 110 10 55 121 73
Binary 11101011 11000010 1000010 0 10001 1001000 1000 101101 1010001 111011

Color Harmonies of #EBC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC242

Black with #EBC242

Text Example


Text Example

White with #EBC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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