Html Css Color HEX #EDD548 Festival

📋 copy color: '#EDD548'

red 237 ◦ green 213 ◦ blue 72

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

Shades of Festival #EDD548

Tints of Festival #EDD548

RGB

 RED value IS 237 (92.97% from 255) = 45.4%

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 45.4%
G = 40.8%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD548 (or 0xEDD548) is known color: Festival. HEX triplet: ED, D5 and 48. RGB value is (237,213,72). Sum of RGB (Red+Green+Blue) = 237+213+72=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD548 is #122AB7. Grayscale: #CCCCCC. Windows color (decimal): -1190584 or 4773357. OLE color: 4773357.

HSL color Cylindrical-coordinate representation of color #EDD548: hue angle of 51.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD548 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 72 -
CMYK 0 0.10 0.70 0.07
HSL 51.27º 0.82% 0.61% -
HSV(B) 51.27º 0.7% 0.93% -
XYZ 59.89 66.06 15.73 -
YUV 204.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 237 213 72 0 0.10 0.70 0.07 51.27 0.82 0.61
Hex ED D5 48 0 A 46 7 33 52 3D
Octal 355 325 110 0 12 106 7 63 122 75
Binary 11101101 11010101 1001000 0 1010 1000110 111 110011 1010010 111101

Color Harmonies of #EDD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD548

Black with #EDD548

Text Example


Text Example

White with #EDD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD548; }

 p { color: rgb(237,213,72); }

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

background-color css

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

 a { background-color: rgb(237,213,72); }

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

border-color css

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

 span { border-color: rgb(237,213,72); }

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