Html Css Color HEX #EDDC49 Energy Yellow

📋 copy color: '#EDDC49'

red 237 ◦ green 220 ◦ blue 73

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

Shades of Energy Yellow #EDDC49

Tints of Energy Yellow #EDDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

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

R = 44.72%
G = 41.51%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDDC49 (or 0xEDDC49) is known color: Energy Yellow. HEX triplet: ED, DC and 49. RGB value is (237,220,73). Sum of RGB (Red+Green+Blue) = 237+220+73=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC49 is #1223B6. Grayscale: #D0D0D0. Windows color (decimal): -1188791 or 4840685. OLE color: 4840685.

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

Color convert

RGB 237 220 73 -
CMYK 0 0.07 0.69 0.07
HSL 53.78º 0.82% 0.61% -
HSV(B) 53.78º 0.69% 0.93% -
XYZ 61.72 69.67 16.5 -
YUV 208.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 237 220 73 0 0.07 0.69 0.07 53.78 0.82 0.61
Hex ED DC 49 0 7 45 7 36 52 3D
Octal 355 334 111 0 7 105 7 66 122 75
Binary 11101101 11011100 1001001 0 111 1000101 111 110110 1010010 111101

Color Harmonies of #EDDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC49

Black with #EDDC49

Text Example


Text Example

White with #EDDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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