Html Css Color HEX #EBC943 Festival

📋 copy color: '#EBC943'

red 235 ◦ green 201 ◦ blue 67

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

Shades of Festival #EBC943

Tints of Festival #EBC943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.32%

R = 46.72%
G = 39.96%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC943 (or 0xEBC943) is known color: Festival. HEX triplet: EB, C9 and 43. RGB value is (235,201,67). Sum of RGB (Red+Green+Blue) = 235+201+67=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC943 is #1436BC. Grayscale: #C4C4C4. Windows color (decimal): -1324733 or 4442603. OLE color: 4442603.

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

Color convert

RGB 235 201 67 -
CMYK 0 0.14 0.71 0.08
HSL 47.86º 0.81% 0.59% -
HSV(B) 47.86º 0.71% 0.92% -
XYZ 56.16 59.84 13.9 -
YUV 195.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 235 201 67 0 0.14 0.71 0.08 47.86 0.81 0.59
Hex EB C9 43 0 E 47 8 30 51 3B
Octal 353 311 103 0 16 107 10 60 121 73
Binary 11101011 11001001 1000011 0 1110 1000111 1000 110000 1010001 111011

Color Harmonies of #EBC943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC943

Black with #EBC943

Text Example


Text Example

White with #EBC943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC943; }

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

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

background-color css

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

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

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

border-color css

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

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

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