Html Css Color HEX #EBC93B Festival

📋 copy color: '#EBC93B'

red 235 ◦ green 201 ◦ blue 59

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

Shades of Festival #EBC93B

Tints of Festival #EBC93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.92%

R = 47.47%
G = 40.61%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBC93B (or 0xEBC93B) is known color: Festival. HEX triplet: EB, C9 and 3B. RGB value is (235,201,59). Sum of RGB (Red+Green+Blue) = 235+201+59=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC93B is #1436C4. Grayscale: #C3C3C3. Windows color (decimal): -1324741 or 3918315. OLE color: 3918315.

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

Color convert

RGB 235 201 59 -
CMYK 0 0.14 0.75 0.08
HSL 48.41º 0.81% 0.58% -
HSV(B) 48.41º 0.75% 0.92% -
XYZ 55.94 59.75 12.72 -
YUV 194.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 235 201 59 0 0.14 0.75 0.08 48.41 0.81 0.58
Hex EB C9 3B 0 E 4B 8 30 51 3A
Octal 353 311 73 0 16 113 10 60 121 72
Binary 11101011 11001001 111011 0 1110 1001011 1000 110000 1010001 111010

Color Harmonies of #EBC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC93B

Black with #EBC93B

Text Example


Text Example

White with #EBC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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