Html Css Color HEX #EBC042 Festival

📋 copy color: '#EBC042'

red 235 ◦ green 192 ◦ blue 66

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

Shades of Festival #EBC042

Tints of Festival #EBC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 47.67%
G = 38.95%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC042 (or 0xEBC042) is known color: Festival. HEX triplet: EB, C0 and 42. RGB value is (235,192,66). Sum of RGB (Red+Green+Blue) = 235+192+66=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC042 is #143FBD. Grayscale: #BFBFBF. Windows color (decimal): -1327038 or 4374763. OLE color: 4374763.

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

Color convert

RGB 235 192 66 -
CMYK 0 0.18 0.72 0.08
HSL 44.73º 0.81% 0.59% -
HSV(B) 44.73º 0.72% 0.92% -
XYZ 54.09 55.75 13.06 -
YUV 190.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 235 192 66 0 0.18 0.72 0.08 44.73 0.81 0.59
Hex EB C0 42 0 12 48 8 2D 51 3B
Octal 353 300 102 0 22 110 10 55 121 73
Binary 11101011 11000000 1000010 0 10010 1001000 1000 101101 1010001 111011

Color Harmonies of #EBC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC042

Black with #EBC042

Text Example


Text Example

White with #EBC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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