Html Css Color HEX #EBC142 Festival

📋 copy color: '#EBC142'

red 235 ◦ green 193 ◦ blue 66

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

Shades of Festival #EBC142

Tints of Festival #EBC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 47.57%
G = 39.07%
B = 13.36%

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

#EBC142 (or 0xEBC142) is known color: Festival. HEX triplet: EB, C1 and 42. RGB value is (235,193,66). Sum of RGB (Red+Green+Blue) = 235+193+66=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC142 is #143EBD. Grayscale: #BFBFBF. Windows color (decimal): -1326782 or 4375019. OLE color: 4375019.

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

Color convert

RGB 235 193 66 -
CMYK 0 0.18 0.72 0.08
HSL 45.09º 0.81% 0.59% -
HSV(B) 45.09º 0.72% 0.92% -
XYZ 54.31 56.2 13.14 -
YUV 191.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 235 193 66 0 0.18 0.72 0.08 45.09 0.81 0.59
Hex EB C1 42 0 12 48 8 2D 51 3B
Octal 353 301 102 0 22 110 10 55 121 73
Binary 11101011 11000001 1000010 0 10010 1001000 1000 101101 1010001 111011

Color Harmonies of #EBC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC142

Black with #EBC142

Text Example


Text Example

White with #EBC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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