Html Css Color HEX #EDD644 Festival

📋 copy color: '#EDD644'

red 237 ◦ green 214 ◦ blue 68

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

Shades of Festival #EDD644

Tints of Festival #EDD644

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 68 (26.95% from 255) = 13.1%

R = 45.66%
G = 41.23%
B = 13.1%

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

#EDD644 (or 0xEDD644) is known color: Festival. HEX triplet: ED, D6 and 44. RGB value is (237,214,68). Sum of RGB (Red+Green+Blue) = 237+214+68=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD644 is #1229BB. Grayscale: #CCCCCC. Windows color (decimal): -1190332 or 4511469. OLE color: 4511469.

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

Color convert

RGB 237 214 68 -
CMYK 0 0.10 0.71 0.07
HSL 51.83º 0.82% 0.6% -
HSV(B) 51.83º 0.71% 0.93% -
XYZ 60.02 66.52 15.14 -
YUV 204.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 237 214 68 0 0.10 0.71 0.07 51.83 0.82 0.6
Hex ED D6 44 0 A 47 7 34 52 3C
Octal 355 326 104 0 12 107 7 64 122 74
Binary 11101101 11010110 1000100 0 1010 1000111 111 110100 1010010 111100

Color Harmonies of #EDD644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD644

Black with #EDD644

Text Example


Text Example

White with #EDD644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD644; }

 p { color: rgb(237,214,68); }

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

background-color css

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

 a { background-color: rgb(237,214,68); }

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

border-color css

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

 span { border-color: rgb(237,214,68); }

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