Html Css Color HEX #EBC946 Festival

📋 copy color: '#EBC946'

red 235 ◦ green 201 ◦ blue 70

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

Shades of Festival #EBC946

Tints of Festival #EBC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 46.44%
G = 39.72%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBC946 (or 0xEBC946) is known color: Festival. HEX triplet: EB, C9 and 46. RGB value is (235,201,70). Sum of RGB (Red+Green+Blue) = 235+201+70=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC946 is #1436B9. Grayscale: #C4C4C4. Windows color (decimal): -1324730 or 4639211. OLE color: 4639211.

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

Color convert

RGB 235 201 70 -
CMYK 0 0.14 0.70 0.08
HSL 47.64º 0.8% 0.6% -
HSV(B) 47.64º 0.7% 0.92% -
XYZ 56.25 59.88 14.39 -
YUV 196.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 235 201 70 0 0.14 0.70 0.08 47.64 0.8 0.6
Hex EB C9 46 0 E 46 8 30 50 3C
Octal 353 311 106 0 16 106 10 60 120 74
Binary 11101011 11001001 1000110 0 1110 1000110 1000 110000 1010000 111100

Color Harmonies of #EBC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC946

Black with #EBC946

Text Example


Text Example

White with #EBC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC946; }

 p { color: rgb(235,201,70); }

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

background-color css

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

 a { background-color: rgb(235,201,70); }

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

border-color css

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

 span { border-color: rgb(235,201,70); }

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