Html Css Color HEX #EBC840 Festival

📋 copy color: '#EBC840'

red 235 ◦ green 200 ◦ blue 64

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

Shades of Festival #EBC840

Tints of Festival #EBC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

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

R = 47.09%
G = 40.08%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC840 (or 0xEBC840) is known color: Festival. HEX triplet: EB, C8 and 40. RGB value is (235,200,64). Sum of RGB (Red+Green+Blue) = 235+200+64=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC840 is #1437BF. Grayscale: #C3C3C3. Windows color (decimal): -1324992 or 4245739. OLE color: 4245739.

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

Color convert

RGB 235 200 64 -
CMYK 0 0.15 0.73 0.08
HSL 47.72º 0.81% 0.59% -
HSV(B) 47.72º 0.73% 0.92% -
XYZ 55.84 59.34 13.36 -
YUV 194.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 235 200 64 0 0.15 0.73 0.08 47.72 0.81 0.59
Hex EB C8 40 0 F 49 8 30 51 3B
Octal 353 310 100 0 17 111 10 60 121 73
Binary 11101011 11001000 1000000 0 1111 1001001 1000 110000 1010001 111011

Color Harmonies of #EBC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC840

Black with #EBC840

Text Example


Text Example

White with #EBC840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC840; }

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

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

background-color css

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

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

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

border-color css

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

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

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