Html Css Color HEX #EBC348 Festival

📋 copy color: '#EBC348'

red 235 ◦ green 195 ◦ blue 72

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

Shades of Festival #EBC348

Tints of Festival #EBC348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 46.81%
G = 38.84%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBC348 (or 0xEBC348) is known color: Festival. HEX triplet: EB, C3 and 48. RGB value is (235,195,72). Sum of RGB (Red+Green+Blue) = 235+195+72=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC348 is #143CB7. Grayscale: #C1C1C1. Windows color (decimal): -1326264 or 4768747. OLE color: 4768747.

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

Color convert

RGB 235 195 72 -
CMYK 0 0.17 0.69 0.08
HSL 45.28º 0.8% 0.6% -
HSV(B) 45.28º 0.69% 0.92% -
XYZ 54.95 57.16 14.27 -
YUV 192.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 235 195 72 0 0.17 0.69 0.08 45.28 0.8 0.6
Hex EB C3 48 0 11 45 8 2D 50 3C
Octal 353 303 110 0 21 105 10 55 120 74
Binary 11101011 11000011 1001000 0 10001 1000101 1000 101101 1010000 111100

Color Harmonies of #EBC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC348

Black with #EBC348

Text Example


Text Example

White with #EBC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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