Html Css Color HEX #EBC942 Festival

📋 copy color: '#EBC942'

red 235 ◦ green 201 ◦ blue 66

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

Shades of Festival #EBC942

Tints of Festival #EBC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

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

R = 46.81%
G = 40.04%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC942 (or 0xEBC942) is known color: Festival. HEX triplet: EB, C9 and 42. RGB value is (235,201,66). Sum of RGB (Red+Green+Blue) = 235+201+66=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC942 is #1436BD. Grayscale: #C4C4C4. Windows color (decimal): -1324734 or 4377067. OLE color: 4377067.

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

Color convert

RGB 235 201 66 -
CMYK 0 0.14 0.72 0.08
HSL 47.93º 0.81% 0.59% -
HSV(B) 47.93º 0.72% 0.92% -
XYZ 56.13 59.83 13.74 -
YUV 195.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 235 201 66 0 0.14 0.72 0.08 47.93 0.81 0.59
Hex EB C9 42 0 E 48 8 30 51 3B
Octal 353 311 102 0 16 110 10 60 121 73
Binary 11101011 11001001 1000010 0 1110 1001000 1000 110000 1010001 111011

Color Harmonies of #EBC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC942

Black with #EBC942

Text Example


Text Example

White with #EBC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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