Html Css Color HEX #EBC93F Festival

📋 copy color: '#EBC93F'

red 235 ◦ green 201 ◦ blue 63

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

Shades of Festival #EBC93F

Tints of Festival #EBC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 47.09%
G = 40.28%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBC93F (or 0xEBC93F) is known color: Festival. HEX triplet: EB, C9 and 3F. RGB value is (235,201,63). Sum of RGB (Red+Green+Blue) = 235+201+63=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC93F is #1436C0. Grayscale: #C4C4C4. Windows color (decimal): -1324737 or 4180459. OLE color: 4180459.

HSL color Cylindrical-coordinate representation of color #EBC93F: hue angle of 48.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBC93F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 63 -
CMYK 0 0.14 0.73 0.08
HSL 48.14º 0.81% 0.58% -
HSV(B) 48.14º 0.73% 0.92% -
XYZ 56.04 59.79 13.29 -
YUV 195.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 235 201 63 0 0.14 0.73 0.08 48.14 0.81 0.58
Hex EB C9 3F 0 E 49 8 30 51 3A
Octal 353 311 77 0 16 111 10 60 121 72
Binary 11101011 11001001 111111 0 1110 1001001 1000 110000 1010001 111010

Color Harmonies of #EBC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC93F

Black with #EBC93F

Text Example


Text Example

White with #EBC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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