Html Css Color HEX #EDDA49 Energy Yellow

📋 copy color: '#EDDA49'

red 237 ◦ green 218 ◦ blue 73

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

Shades of Energy Yellow #EDDA49

Tints of Energy Yellow #EDDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

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

R = 44.89%
G = 41.29%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDDA49 (or 0xEDDA49) is known color: Energy Yellow. HEX triplet: ED, DA and 49. RGB value is (237,218,73). Sum of RGB (Red+Green+Blue) = 237+218+73=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA49 is #1225B6. Grayscale: #CFCFCF. Windows color (decimal): -1189303 or 4840173. OLE color: 4840173.

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

Color convert

RGB 237 218 73 -
CMYK 0 0.08 0.69 0.07
HSL 53.05º 0.82% 0.61% -
HSV(B) 53.05º 0.69% 0.93% -
XYZ 61.2 68.63 16.32 -
YUV 207.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 237 218 73 0 0.08 0.69 0.07 53.05 0.82 0.61
Hex ED DA 49 0 8 45 7 35 52 3D
Octal 355 332 111 0 10 105 7 65 122 75
Binary 11101101 11011010 1001001 0 1000 1000101 111 110101 1010010 111101

Color Harmonies of #EDDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA49

Black with #EDDA49

Text Example


Text Example

White with #EDDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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