Html Css Color HEX #EBC144 Festival

📋 copy color: '#EBC144'

red 235 ◦ green 193 ◦ blue 68

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

Shades of Festival #EBC144

Tints of Festival #EBC144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 47.38%
G = 38.91%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC144 (or 0xEBC144) is known color: Festival. HEX triplet: EB, C1 and 44. RGB value is (235,193,68). Sum of RGB (Red+Green+Blue) = 235+193+68=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC144 is #143EBB. Grayscale: #BFBFBF. Windows color (decimal): -1326780 or 4506091. OLE color: 4506091.

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

Color convert

RGB 235 193 68 -
CMYK 0 0.18 0.71 0.08
HSL 44.91º 0.81% 0.59% -
HSV(B) 44.91º 0.71% 0.92% -
XYZ 54.37 56.22 13.45 -
YUV 191.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 235 193 68 0 0.18 0.71 0.08 44.91 0.81 0.59
Hex EB C1 44 0 12 47 8 2D 51 3B
Octal 353 301 104 0 22 107 10 55 121 73
Binary 11101011 11000001 1000100 0 10010 1000111 1000 101101 1010001 111011

Color Harmonies of #EBC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC144

Black with #EBC144

Text Example


Text Example

White with #EBC144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC144; }

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

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

background-color css

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

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

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

border-color css

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

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

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