Html Css Color HEX #EDD844 Festival

📋 copy color: '#EDD844'

red 237 ◦ green 216 ◦ blue 68

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

Shades of Festival #EDD844

Tints of Festival #EDD844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.46%

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

R = 45.49%
G = 41.46%
B = 13.05%

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

#EDD844 (or 0xEDD844) is known color: Festival. HEX triplet: ED, D8 and 44. RGB value is (237,216,68). Sum of RGB (Red+Green+Blue) = 237+216+68=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD844 is #1227BB. Grayscale: #CECECE. Windows color (decimal): -1189820 or 4511981. OLE color: 4511981.

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

Color convert

RGB 237 216 68 -
CMYK 0 0.09 0.71 0.07
HSL 52.54º 0.82% 0.6% -
HSV(B) 52.54º 0.71% 0.93% -
XYZ 60.52 67.53 15.31 -
YUV 205.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 237 216 68 0 0.09 0.71 0.07 52.54 0.82 0.6
Hex ED D8 44 0 9 47 7 35 52 3C
Octal 355 330 104 0 11 107 7 65 122 74
Binary 11101101 11011000 1000100 0 1001 1000111 111 110101 1010010 111100

Color Harmonies of #EDD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD844

Black with #EDD844

Text Example


Text Example

White with #EDD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD844; }

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

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

background-color css

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

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

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

border-color css

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

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

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