Html Css Color HEX #EBC642 Festival

📋 copy color: '#EBC642'

red 235 ◦ green 198 ◦ blue 66

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

Shades of Festival #EBC642

Tints of Festival #EBC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.68%

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

R = 47.09%
G = 39.68%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC642 (or 0xEBC642) is known color: Festival. HEX triplet: EB, C6 and 42. RGB value is (235,198,66). Sum of RGB (Red+Green+Blue) = 235+198+66=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC642 is #1439BD. Grayscale: #C2C2C2. Windows color (decimal): -1325502 or 4376299. OLE color: 4376299.

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

Color convert

RGB 235 198 66 -
CMYK 0 0.16 0.72 0.08
HSL 46.86º 0.81% 0.59% -
HSV(B) 46.86º 0.72% 0.92% -
XYZ 55.44 58.44 13.51 -
YUV 194.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 235 198 66 0 0.16 0.72 0.08 46.86 0.81 0.59
Hex EB C6 42 0 10 48 8 2F 51 3B
Octal 353 306 102 0 20 110 10 57 121 73
Binary 11101011 11000110 1000010 0 10000 1001000 1000 101111 1010001 111011

Color Harmonies of #EBC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC642

Black with #EBC642

Text Example


Text Example

White with #EBC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC642; }

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

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

background-color css

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

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

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

border-color css

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

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

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