Html Css Color HEX #EBC341 Festival

📋 copy color: '#EBC341'

red 235 ◦ green 195 ◦ blue 65

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

Shades of Festival #EBC341

Tints of Festival #EBC341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 47.47%
G = 39.39%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBC341 (or 0xEBC341) is known color: Festival. HEX triplet: EB, C3 and 41. RGB value is (235,195,65). Sum of RGB (Red+Green+Blue) = 235+195+65=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC341 is #143CBE. Grayscale: #C0C0C0. Windows color (decimal): -1326271 or 4309995. OLE color: 4309995.

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

Color convert

RGB 235 195 65 -
CMYK 0 0.17 0.72 0.08
HSL 45.88º 0.81% 0.59% -
HSV(B) 45.88º 0.72% 0.92% -
XYZ 54.73 57.07 13.13 -
YUV 192.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 235 195 65 0 0.17 0.72 0.08 45.88 0.81 0.59
Hex EB C3 41 0 11 48 8 2E 51 3B
Octal 353 303 101 0 21 110 10 56 121 73
Binary 11101011 11000011 1000001 0 10001 1001000 1000 101110 1010001 111011

Color Harmonies of #EBC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC341

Black with #EBC341

Text Example


Text Example

White with #EBC341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC341; }

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

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

background-color css

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

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

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

border-color css

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

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

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