Html Css Color HEX #EBC952 Festival

📋 copy color: '#EBC952'

red 235 ◦ green 201 ◦ blue 82

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

Shades of Festival #EBC952

Tints of Festival #EBC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.83%

R = 45.37%
G = 38.8%
B = 15.83%

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

#EBC952 (or 0xEBC952) is known color: Festival. HEX triplet: EB, C9 and 52. RGB value is (235,201,82). Sum of RGB (Red+Green+Blue) = 235+201+82=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC952 is #1436AD. Grayscale: #C6C6C6. Windows color (decimal): -1324718 or 5425643. OLE color: 5425643.

HSL color Cylindrical-coordinate representation of color #EBC952: hue angle of 46.67º 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 #EBC952 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 82 -
CMYK 0 0.14 0.65 0.08
HSL 46.67º 0.79% 0.62% -
HSV(B) 46.67º 0.65% 0.92% -
XYZ 56.67 60.04 16.59 -
YUV 197.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 235 201 82 0 0.14 0.65 0.08 46.67 0.79 0.62
Hex EB C9 52 0 E 41 8 2F 4F 3E
Octal 353 311 122 0 16 101 10 57 117 76
Binary 11101011 11001001 1010010 0 1110 1000001 1000 101111 1001111 111110

Color Harmonies of #EBC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC952

Black with #EBC952

Text Example


Text Example

White with #EBC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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