Html Css Color HEX #EBC93D Festival

📋 copy color: '#EBC93D'

red 235 ◦ green 201 ◦ blue 61

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

Shades of Festival #EBC93D

Tints of Festival #EBC93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 47.28%
G = 40.44%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBC93D (or 0xEBC93D) is known color: Festival. HEX triplet: EB, C9 and 3D. RGB value is (235,201,61). Sum of RGB (Red+Green+Blue) = 235+201+61=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC93D is #1436C2. Grayscale: #C3C3C3. Windows color (decimal): -1324739 or 4049387. OLE color: 4049387.

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

Color convert

RGB 235 201 61 -
CMYK 0 0.14 0.74 0.08
HSL 48.28º 0.81% 0.58% -
HSV(B) 48.28º 0.74% 0.92% -
XYZ 55.99 59.77 13 -
YUV 195.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 235 201 61 0 0.14 0.74 0.08 48.28 0.81 0.58
Hex EB C9 3D 0 E 4A 8 30 51 3A
Octal 353 311 75 0 16 112 10 60 121 72
Binary 11101011 11001001 111101 0 1110 1001010 1000 110000 1010001 111010

Color Harmonies of #EBC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC93D

Black with #EBC93D

Text Example


Text Example

White with #EBC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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