Html Css Color HEX #EBC143 Festival

📋 copy color: '#EBC143'

red 235 ◦ green 193 ◦ blue 67

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

Shades of Festival #EBC143

Tints of Festival #EBC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

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

R = 47.47%
G = 38.99%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC143 (or 0xEBC143) is known color: Festival. HEX triplet: EB, C1 and 43. RGB value is (235,193,67). Sum of RGB (Red+Green+Blue) = 235+193+67=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC143 is #143EBC. Grayscale: #BFBFBF. Windows color (decimal): -1326781 or 4440555. OLE color: 4440555.

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

Color convert

RGB 235 193 67 -
CMYK 0 0.18 0.71 0.08
HSL 45º 0.81% 0.59% -
HSV(B) 45º 0.71% 0.92% -
XYZ 54.34 56.21 13.3 -
YUV 191.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 235 193 67 0 0.18 0.71 0.08 45 0.81 0.59
Hex EB C1 43 0 12 47 8 2D 51 3B
Octal 353 301 103 0 22 107 10 55 121 73
Binary 11101011 11000001 1000011 0 10010 1000111 1000 101101 1010001 111011

Color Harmonies of #EBC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC143

Black with #EBC143

Text Example


Text Example

White with #EBC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC143; }

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

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

background-color css

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

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

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

border-color css

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

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

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