Html Css Color HEX #EBC448 Festival

📋 copy color: '#EBC448'

red 235 ◦ green 196 ◦ blue 72

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

Shades of Festival #EBC448

Tints of Festival #EBC448

RGB

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

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

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

R = 46.72%
G = 38.97%
B = 14.31%

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

#EBC448 (or 0xEBC448) is known color: Festival. HEX triplet: EB, C4 and 48. RGB value is (235,196,72). Sum of RGB (Red+Green+Blue) = 235+196+72=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC448 is #143BB7. Grayscale: #C2C2C2. Windows color (decimal): -1326008 or 4769003. OLE color: 4769003.

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

Color convert

RGB 235 196 72 -
CMYK 0 0.17 0.69 0.08
HSL 45.64º 0.8% 0.6% -
HSV(B) 45.64º 0.69% 0.92% -
XYZ 55.17 57.61 14.34 -
YUV 193.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 235 196 72 0 0.17 0.69 0.08 45.64 0.8 0.6
Hex EB C4 48 0 11 45 8 2E 50 3C
Octal 353 304 110 0 21 105 10 56 120 74
Binary 11101011 11000100 1001000 0 10001 1000101 1000 101110 1010000 111100

Color Harmonies of #EBC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC448

Black with #EBC448

Text Example


Text Example

White with #EBC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC448; }

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

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

background-color css

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

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

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

border-color css

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

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

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