Html Css Color HEX #EBC340 Festival

📋 copy color: '#EBC340'

red 235 ◦ green 195 ◦ blue 64

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

Shades of Festival #EBC340

Tints of Festival #EBC340

RGB

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

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

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

R = 47.57%
G = 39.47%
B = 12.96%

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

#EBC340 (or 0xEBC340) is known color: Festival. HEX triplet: EB, C3 and 40. RGB value is (235,195,64). Sum of RGB (Red+Green+Blue) = 235+195+64=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC340 is #143CBF. Grayscale: #C0C0C0. Windows color (decimal): -1326272 or 4244459. OLE color: 4244459.

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

Color convert

RGB 235 195 64 -
CMYK 0 0.17 0.73 0.08
HSL 45.96º 0.81% 0.59% -
HSV(B) 45.96º 0.73% 0.92% -
XYZ 54.7 57.06 12.98 -
YUV 192.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 235 195 64 0 0.17 0.73 0.08 45.96 0.81 0.59
Hex EB C3 40 0 11 49 8 2E 51 3B
Octal 353 303 100 0 21 111 10 56 121 73
Binary 11101011 11000011 1000000 0 10001 1001001 1000 101110 1010001 111011

Color Harmonies of #EBC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC340

Black with #EBC340

Text Example


Text Example

White with #EBC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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