Html Css Color HEX #EDD445 Festival

📋 copy color: '#EDD445'

red 237 ◦ green 212 ◦ blue 69

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

Shades of Festival #EDD445

Tints of Festival #EDD445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

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

R = 45.75%
G = 40.93%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDD445 (or 0xEDD445) is known color: Festival. HEX triplet: ED, D4 and 45. RGB value is (237,212,69). Sum of RGB (Red+Green+Blue) = 237+212+69=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD445 is #122BBA. Grayscale: #CBCBCB. Windows color (decimal): -1190843 or 4576493. OLE color: 4576493.

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

Color convert

RGB 237 212 69 -
CMYK 0 0.11 0.71 0.07
HSL 51.07º 0.82% 0.6% -
HSV(B) 51.07º 0.71% 0.93% -
XYZ 59.54 65.52 15.14 -
YUV 203.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 237 212 69 0 0.11 0.71 0.07 51.07 0.82 0.6
Hex ED D4 45 0 B 47 7 33 52 3C
Octal 355 324 105 0 13 107 7 63 122 74
Binary 11101101 11010100 1000101 0 1011 1000111 111 110011 1010010 111100

Color Harmonies of #EDD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD445

Black with #EDD445

Text Example


Text Example

White with #EDD445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD445; }

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

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

background-color css

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

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

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

border-color css

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

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

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