Html Css Color HEX #EBD542 Festival

📋 copy color: '#EBD542'

red 235 ◦ green 213 ◦ blue 66

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

Shades of Festival #EBD542

Tints of Festival #EBD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

 BLUE value IS 66 (26.17% from 255) = 12.84%

R = 45.72%
G = 41.44%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBD542 (or 0xEBD542) is known color: Festival. HEX triplet: EB, D5 and 42. RGB value is (235,213,66). Sum of RGB (Red+Green+Blue) = 235+213+66=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD542 is #142ABD. Grayscale: #CBCBCB. Windows color (decimal): -1321662 or 4380139. OLE color: 4380139.

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

Color convert

RGB 235 213 66 -
CMYK 0 0.09 0.72 0.08
HSL 52.19º 0.81% 0.59% -
HSV(B) 52.19º 0.72% 0.92% -
XYZ 59.04 65.64 14.71 -
YUV 202.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 235 213 66 0 0.09 0.72 0.08 52.19 0.81 0.59
Hex EB D5 42 0 9 48 8 34 51 3B
Octal 353 325 102 0 11 110 10 64 121 73
Binary 11101011 11010101 1000010 0 1001 1001000 1000 110100 1010001 111011

Color Harmonies of #EBD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD542

Black with #EBD542

Text Example


Text Example

White with #EBD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD542; }

 p { color: rgb(235,213,66); }

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

background-color css

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

 a { background-color: rgb(235,213,66); }

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

border-color css

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

 span { border-color: rgb(235,213,66); }

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