Html Css Color HEX #EBC54B Festival

📋 copy color: '#EBC54B'

red 235 ◦ green 197 ◦ blue 75

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

Shades of Festival #EBC54B

Tints of Festival #EBC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

 BLUE value IS 75 (29.69% from 255) = 14.79%

R = 46.35%
G = 38.86%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC54B (or 0xEBC54B) is known color: Festival. HEX triplet: EB, C5 and 4B. RGB value is (235,197,75). Sum of RGB (Red+Green+Blue) = 235+197+75=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC54B is #143AB4. Grayscale: #C2C2C2. Windows color (decimal): -1325749 or 4965867. OLE color: 4965867.

HSL color Cylindrical-coordinate representation of color #EBC54B: hue angle of 45.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBC54B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 75 -
CMYK 0 0.16 0.68 0.08
HSL 45.75º 0.8% 0.61% -
HSV(B) 45.75º 0.68% 0.92% -
XYZ 55.5 58.1 14.95 -
YUV 194.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 235 197 75 0 0.16 0.68 0.08 45.75 0.8 0.61
Hex EB C5 4B 0 10 44 8 2E 50 3D
Octal 353 305 113 0 20 104 10 56 120 75
Binary 11101011 11000101 1001011 0 10000 1000100 1000 101110 1010000 111101

Color Harmonies of #EBC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC54B

Black with #EBC54B

Text Example


Text Example

White with #EBC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC54B; }

 p { color: rgb(235,197,75); }

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

background-color css

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

 a { background-color: rgb(235,197,75); }

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

border-color css

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

 span { border-color: rgb(235,197,75); }

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