Html Css Color HEX #EBDA47 Festival

📋 copy color: '#EBDA47'

red 235 ◦ green 218 ◦ blue 71

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

Shades of Festival #EBDA47

Tints of Festival #EBDA47

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 71 (28.13% from 255) = 13.55%

R = 44.85%
G = 41.6%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBDA47 (or 0xEBDA47) is known color: Festival. HEX triplet: EB, DA and 47. RGB value is (235,218,71). Sum of RGB (Red+Green+Blue) = 235+218+71=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA47 is #1425B8. Grayscale: #CECECE. Windows color (decimal): -1320377 or 4709099. OLE color: 4709099.

HSL color Cylindrical-coordinate representation of color #EBDA47: hue angle of 53.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBDA47 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 71 -
CMYK 0 0.07 0.70 0.08
HSL 53.78º 0.8% 0.6% -
HSV(B) 53.78º 0.7% 0.92% -
XYZ 60.47 68.26 15.95 -
YUV 206.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 235 218 71 0 0.07 0.70 0.08 53.78 0.8 0.6
Hex EB DA 47 0 7 46 8 36 50 3C
Octal 353 332 107 0 7 106 10 66 120 74
Binary 11101011 11011010 1000111 0 111 1000110 1000 110110 1010000 111100

Color Harmonies of #EBDA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA47

Black with #EBDA47

Text Example


Text Example

White with #EBDA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA47; }

 p { color: rgb(235,218,71); }

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

background-color css

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

 a { background-color: rgb(235,218,71); }

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

border-color css

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

 span { border-color: rgb(235,218,71); }

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