Html Css Color HEX #EDD545 Festival

📋 copy color: '#EDD545'

red 237 ◦ green 213 ◦ blue 69

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

Shades of Festival #EDD545

Tints of Festival #EDD545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.29%

R = 45.66%
G = 41.04%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDD545 (or 0xEDD545) is known color: Festival. HEX triplet: ED, D5 and 45. RGB value is (237,213,69). Sum of RGB (Red+Green+Blue) = 237+213+69=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 69 (27.34% from 255 or 13.29% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD545 is #122ABA. Grayscale: #CCCCCC. Windows color (decimal): -1190587 or 4576749. OLE color: 4576749.

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

Color convert

RGB 237 213 69 -
CMYK 0 0.10 0.71 0.07
HSL 51.43º 0.82% 0.6% -
HSV(B) 51.43º 0.71% 0.93% -
XYZ 59.79 66.02 15.22 -
YUV 203.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 237 213 69 0 0.10 0.71 0.07 51.43 0.82 0.6
Hex ED D5 45 0 A 47 7 33 52 3C
Octal 355 325 105 0 12 107 7 63 122 74
Binary 11101101 11010101 1000101 0 1010 1000111 111 110011 1010010 111100

Color Harmonies of #EDD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD545

Black with #EDD545

Text Example


Text Example

White with #EDD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD545; }

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

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

background-color css

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

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

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

border-color css

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

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

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