Html Css Color HEX #EBC850 Festival

📋 copy color: '#EBC850'

red 235 ◦ green 200 ◦ blue 80

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

Shades of Festival #EBC850

Tints of Festival #EBC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 45.63%
G = 38.83%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC850 (or 0xEBC850) is known color: Festival. HEX triplet: EB, C8 and 50. RGB value is (235,200,80). Sum of RGB (Red+Green+Blue) = 235+200+80=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC850 is #1437AF. Grayscale: #C5C5C5. Windows color (decimal): -1324976 or 5294315. OLE color: 5294315.

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

Color convert

RGB 235 200 80 -
CMYK 0 0.15 0.66 0.08
HSL 46.45º 0.79% 0.62% -
HSV(B) 46.45º 0.66% 0.92% -
XYZ 56.36 59.55 16.11 -
YUV 196.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 235 200 80 0 0.15 0.66 0.08 46.45 0.79 0.62
Hex EB C8 50 0 F 42 8 2E 4F 3E
Octal 353 310 120 0 17 102 10 56 117 76
Binary 11101011 11001000 1010000 0 1111 1000010 1000 101110 1001111 111110

Color Harmonies of #EBC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC850

Black with #EBC850

Text Example


Text Example

White with #EBC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC850; }

 p { color: rgb(235,200,80); }

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

background-color css

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

 a { background-color: rgb(235,200,80); }

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

border-color css

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

 span { border-color: rgb(235,200,80); }

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