Html Css Color HEX #EBC954 Festival

📋 copy color: '#EBC954'

red 235 ◦ green 201 ◦ blue 84

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

Shades of Festival #EBC954

Tints of Festival #EBC954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.15%

R = 45.19%
G = 38.65%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBC954 (or 0xEBC954) is known color: Festival. HEX triplet: EB, C9 and 54. RGB value is (235,201,84). Sum of RGB (Red+Green+Blue) = 235+201+84=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC954 is #1436AB. Grayscale: #C6C6C6. Windows color (decimal): -1324716 or 5556715. OLE color: 5556715.

HSL color Cylindrical-coordinate representation of color #EBC954: hue angle of 46.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBC954 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 84 -
CMYK 0 0.14 0.64 0.08
HSL 46.49º 0.79% 0.63% -
HSV(B) 46.49º 0.64% 0.92% -
XYZ 56.75 60.08 16.99 -
YUV 197.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 235 201 84 0 0.14 0.64 0.08 46.49 0.79 0.63
Hex EB C9 54 0 E 40 8 2E 4F 3F
Octal 353 311 124 0 16 100 10 56 117 77
Binary 11101011 11001001 1010100 0 1110 1000000 1000 101110 1001111 111111

Color Harmonies of #EBC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC954

Black with #EBC954

Text Example


Text Example

White with #EBC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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