Html Css Color HEX #EBC440 Festival

📋 copy color: '#EBC440'

red 235 ◦ green 196 ◦ blue 64

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

Shades of Festival #EBC440

Tints of Festival #EBC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.6%

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 47.47%
G = 39.6%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC440 (or 0xEBC440) is known color: Festival. HEX triplet: EB, C4 and 40. RGB value is (235,196,64). Sum of RGB (Red+Green+Blue) = 235+196+64=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC440 is #143BBF. Grayscale: #C1C1C1. Windows color (decimal): -1326016 or 4244715. OLE color: 4244715.

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

Color convert

RGB 235 196 64 -
CMYK 0 0.17 0.73 0.08
HSL 46.32º 0.81% 0.59% -
HSV(B) 46.32º 0.73% 0.92% -
XYZ 54.93 57.51 13.06 -
YUV 192.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 235 196 64 0 0.17 0.73 0.08 46.32 0.81 0.59
Hex EB C4 40 0 11 49 8 2E 51 3B
Octal 353 304 100 0 21 111 10 56 121 73
Binary 11101011 11000100 1000000 0 10001 1001001 1000 101110 1010001 111011

Color Harmonies of #EBC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC440

Black with #EBC440

Text Example


Text Example

White with #EBC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC440; }

 p { color: rgb(235,196,64); }

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

background-color css

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

 a { background-color: rgb(235,196,64); }

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

border-color css

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

 span { border-color: rgb(235,196,64); }

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