Html Css Color HEX #EBC745 Festival

📋 copy color: '#EBC745'

red 235 ◦ green 199 ◦ blue 69

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

Shades of Festival #EBC745

Tints of Festival #EBC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 46.72%
G = 39.56%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC745 (or 0xEBC745) is known color: Festival. HEX triplet: EB, C7 and 45. RGB value is (235,199,69). Sum of RGB (Red+Green+Blue) = 235+199+69=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC745 is #1438BA. Grayscale: #C3C3C3. Windows color (decimal): -1325243 or 4573163. OLE color: 4573163.

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

Color convert

RGB 235 199 69 -
CMYK 0 0.15 0.71 0.08
HSL 46.99º 0.81% 0.6% -
HSV(B) 46.99º 0.71% 0.92% -
XYZ 55.76 58.94 14.07 -
YUV 194.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 235 199 69 0 0.15 0.71 0.08 46.99 0.81 0.6
Hex EB C7 45 0 F 47 8 2F 51 3C
Octal 353 307 105 0 17 107 10 57 121 74
Binary 11101011 11000111 1000101 0 1111 1000111 1000 101111 1010001 111100

Color Harmonies of #EBC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC745

Black with #EBC745

Text Example


Text Example

White with #EBC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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