Html Css Color HEX #EDD849 Energy Yellow

📋 copy color: '#EDD849'

red 237 ◦ green 216 ◦ blue 73

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

Shades of Energy Yellow #EDD849

Tints of Energy Yellow #EDD849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.88%

R = 45.06%
G = 41.06%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDD849 (or 0xEDD849) is known color: Energy Yellow. HEX triplet: ED, D8 and 49. RGB value is (237,216,73). Sum of RGB (Red+Green+Blue) = 237+216+73=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD849 is #1227B6. Grayscale: #CECECE. Windows color (decimal): -1189815 or 4839661. OLE color: 4839661.

HSL color Cylindrical-coordinate representation of color #EDD849: hue angle of 52.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD849 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 73 -
CMYK 0 0.09 0.69 0.07
HSL 52.32º 0.82% 0.61% -
HSV(B) 52.32º 0.69% 0.93% -
XYZ 60.68 67.6 16.15 -
YUV 205.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 237 216 73 0 0.09 0.69 0.07 52.32 0.82 0.61
Hex ED D8 49 0 9 45 7 34 52 3D
Octal 355 330 111 0 11 105 7 64 122 75
Binary 11101101 11011000 1001001 0 1001 1000101 111 110100 1010010 111101

Color Harmonies of #EDD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD849

Black with #EDD849

Text Example


Text Example

White with #EDD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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