Html Css Color HEX #EDD744 Festival

📋 copy color: '#EDD744'

red 237 ◦ green 215 ◦ blue 68

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

Shades of Festival #EDD744

Tints of Festival #EDD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 45.58%
G = 41.35%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDD744 (or 0xEDD744) is known color: Festival. HEX triplet: ED, D7 and 44. RGB value is (237,215,68). Sum of RGB (Red+Green+Blue) = 237+215+68=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD744 is #1228BB. Grayscale: #CDCDCD. Windows color (decimal): -1190076 or 4511725. OLE color: 4511725.

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

Color convert

RGB 237 215 68 -
CMYK 0 0.09 0.71 0.07
HSL 52.19º 0.82% 0.6% -
HSV(B) 52.19º 0.71% 0.93% -
XYZ 60.27 67.02 15.23 -
YUV 204.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 237 215 68 0 0.09 0.71 0.07 52.19 0.82 0.6
Hex ED D7 44 0 9 47 7 34 52 3C
Octal 355 327 104 0 11 107 7 64 122 74
Binary 11101101 11010111 1000100 0 1001 1000111 111 110100 1010010 111100

Color Harmonies of #EDD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD744

Black with #EDD744

Text Example


Text Example

White with #EDD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD744; }

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

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

background-color css

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

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

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

border-color css

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

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

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