Html Css Color HEX #EBC744 Festival

📋 copy color: '#EBC744'

red 235 ◦ green 199 ◦ blue 68

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

Shades of Festival #EBC744

Tints of Festival #EBC744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 46.81%
G = 39.64%
B = 13.55%

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

#EBC744 (or 0xEBC744) is known color: Festival. HEX triplet: EB, C7 and 44. RGB value is (235,199,68). Sum of RGB (Red+Green+Blue) = 235+199+68=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC744 is #1438BB. Grayscale: #C3C3C3. Windows color (decimal): -1325244 or 4507627. OLE color: 4507627.

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

Color convert

RGB 235 199 68 -
CMYK 0 0.15 0.71 0.08
HSL 47.07º 0.81% 0.59% -
HSV(B) 47.07º 0.71% 0.92% -
XYZ 55.73 58.93 13.91 -
YUV 194.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 235 199 68 0 0.15 0.71 0.08 47.07 0.81 0.59
Hex EB C7 44 0 F 47 8 2F 51 3B
Octal 353 307 104 0 17 107 10 57 121 73
Binary 11101011 11000111 1000100 0 1111 1000111 1000 101111 1010001 111011

Color Harmonies of #EBC744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC744

Black with #EBC744

Text Example


Text Example

White with #EBC744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC744; }

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

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

background-color css

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

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

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

border-color css

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

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

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