Html Css Color HEX #EBC953 Festival

📋 copy color: '#EBC953'

red 235 ◦ green 201 ◦ blue 83

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

Shades of Festival #EBC953

Tints of Festival #EBC953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 45.28%
G = 38.73%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBC953 (or 0xEBC953) is known color: Festival. HEX triplet: EB, C9 and 53. RGB value is (235,201,83). Sum of RGB (Red+Green+Blue) = 235+201+83=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC953 is #1436AC. Grayscale: #C6C6C6. Windows color (decimal): -1324717 or 5491179. OLE color: 5491179.

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

Color convert

RGB 235 201 83 -
CMYK 0 0.14 0.65 0.08
HSL 46.58º 0.79% 0.62% -
HSV(B) 46.58º 0.65% 0.92% -
XYZ 56.71 60.06 16.79 -
YUV 197.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 235 201 83 0 0.14 0.65 0.08 46.58 0.79 0.62
Hex EB C9 53 0 E 41 8 2F 4F 3E
Octal 353 311 123 0 16 101 10 57 117 76
Binary 11101011 11001001 1010011 0 1110 1000001 1000 101111 1001111 111110

Color Harmonies of #EBC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC953

Black with #EBC953

Text Example


Text Example

White with #EBC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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