Html Css Color HEX #EDD145 Festival

📋 copy color: '#EDD145'

red 237 ◦ green 209 ◦ blue 69

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

Shades of Festival #EDD145

Tints of Festival #EDD145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

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

R = 46.02%
G = 40.58%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDD145 (or 0xEDD145) is known color: Festival. HEX triplet: ED, D1 and 45. RGB value is (237,209,69). Sum of RGB (Red+Green+Blue) = 237+209+69=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD145 is #122EBA. Grayscale: #C9C9C9. Windows color (decimal): -1191611 or 4575725. OLE color: 4575725.

HSL color Cylindrical-coordinate representation of color #EDD145: hue angle of 50º 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 #EDD145 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 69 -
CMYK 0 0.12 0.71 0.07
HSL 50º 0.82% 0.6% -
HSV(B) 50º 0.71% 0.93% -
XYZ 58.8 64.04 14.89 -
YUV 201.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 237 209 69 0 0.12 0.71 0.07 50 0.82 0.6
Hex ED D1 45 0 C 47 7 32 52 3C
Octal 355 321 105 0 14 107 7 62 122 74
Binary 11101101 11010001 1000101 0 1100 1000111 111 110010 1010010 111100

Color Harmonies of #EDD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD145

Black with #EDD145

Text Example


Text Example

White with #EDD145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD145; }

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

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

background-color css

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

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

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

border-color css

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

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

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