Html Css Color HEX #EBC945 Festival

📋 copy color: '#EBC945'

red 235 ◦ green 201 ◦ blue 69

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

Shades of Festival #EBC945

Tints of Festival #EBC945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 46.53%
G = 39.8%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC945 (or 0xEBC945) is known color: Festival. HEX triplet: EB, C9 and 45. RGB value is (235,201,69). Sum of RGB (Red+Green+Blue) = 235+201+69=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC945 is #1436BA. Grayscale: #C4C4C4. Windows color (decimal): -1324731 or 4573675. OLE color: 4573675.

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

Color convert

RGB 235 201 69 -
CMYK 0 0.14 0.71 0.08
HSL 47.71º 0.81% 0.6% -
HSV(B) 47.71º 0.71% 0.92% -
XYZ 56.22 59.87 14.22 -
YUV 196.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 235 201 69 0 0.14 0.71 0.08 47.71 0.81 0.6
Hex EB C9 45 0 E 47 8 30 51 3C
Octal 353 311 105 0 16 107 10 60 121 74
Binary 11101011 11001001 1000101 0 1110 1000111 1000 110000 1010001 111100

Color Harmonies of #EBC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC945

Black with #EBC945

Text Example


Text Example

White with #EBC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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