Html Css Color HEX #EBC140 Festival

📋 copy color: '#EBC140'

red 235 ◦ green 193 ◦ blue 64

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

Shades of Festival #EBC140

Tints of Festival #EBC140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 47.76%
G = 39.23%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC140 (or 0xEBC140) is known color: Festival. HEX triplet: EB, C1 and 40. RGB value is (235,193,64). Sum of RGB (Red+Green+Blue) = 235+193+64=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC140 is #143EBF. Grayscale: #BFBFBF. Windows color (decimal): -1326784 or 4243947. OLE color: 4243947.

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

Color convert

RGB 235 193 64 -
CMYK 0 0.18 0.73 0.08
HSL 45.26º 0.81% 0.59% -
HSV(B) 45.26º 0.73% 0.92% -
XYZ 54.26 56.17 12.83 -
YUV 190.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 235 193 64 0 0.18 0.73 0.08 45.26 0.81 0.59
Hex EB C1 40 0 12 49 8 2D 51 3B
Octal 353 301 100 0 22 111 10 55 121 73
Binary 11101011 11000001 1000000 0 10010 1001001 1000 101101 1010001 111011

Color Harmonies of #EBC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC140

Black with #EBC140

Text Example


Text Example

White with #EBC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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