Html Css Color HEX #EBC345 Festival

📋 copy color: '#EBC345'

red 235 ◦ green 195 ◦ blue 69

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

Shades of Festival #EBC345

Tints of Festival #EBC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

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

R = 47.09%
G = 39.08%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC345 (or 0xEBC345) is known color: Festival. HEX triplet: EB, C3 and 45. RGB value is (235,195,69). Sum of RGB (Red+Green+Blue) = 235+195+69=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC345 is #143CBA. Grayscale: #C1C1C1. Windows color (decimal): -1326267 or 4572139. OLE color: 4572139.

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

Color convert

RGB 235 195 69 -
CMYK 0 0.17 0.71 0.08
HSL 45.54º 0.81% 0.6% -
HSV(B) 45.54º 0.71% 0.92% -
XYZ 54.85 57.12 13.76 -
YUV 192.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 235 195 69 0 0.17 0.71 0.08 45.54 0.81 0.6
Hex EB C3 45 0 11 47 8 2E 51 3C
Octal 353 303 105 0 21 107 10 56 121 74
Binary 11101011 11000011 1000101 0 10001 1000111 1000 101110 1010001 111100

Color Harmonies of #EBC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC345

Black with #EBC345

Text Example


Text Example

White with #EBC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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