Html Css Color HEX #EBC847 Festival

📋 copy color: '#EBC847'

red 235 ◦ green 200 ◦ blue 71

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

Shades of Festival #EBC847

Tints of Festival #EBC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 71 (28.13% from 255) = 14.03%

R = 46.44%
G = 39.53%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBC847 (or 0xEBC847) is known color: Festival. HEX triplet: EB, C8 and 47. RGB value is (235,200,71). Sum of RGB (Red+Green+Blue) = 235+200+71=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC847 is #1437B8. Grayscale: #C4C4C4. Windows color (decimal): -1324985 or 4704491. OLE color: 4704491.

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

Color convert

RGB 235 200 71 -
CMYK 0 0.15 0.70 0.08
HSL 47.2º 0.8% 0.6% -
HSV(B) 47.2º 0.7% 0.92% -
XYZ 56.05 59.43 14.48 -
YUV 195.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 235 200 71 0 0.15 0.70 0.08 47.2 0.8 0.6
Hex EB C8 47 0 F 46 8 2F 50 3C
Octal 353 310 107 0 17 106 10 57 120 74
Binary 11101011 11001000 1000111 0 1111 1000110 1000 101111 1010000 111100

Color Harmonies of #EBC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC847

Black with #EBC847

Text Example


Text Example

White with #EBC847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC847; }

 p { color: rgb(235,200,71); }

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

background-color css

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

 a { background-color: rgb(235,200,71); }

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

border-color css

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

 span { border-color: rgb(235,200,71); }

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