Html Css Color HEX #EDDB49 Energy Yellow

📋 copy color: '#EDDB49'

red 237 ◦ green 219 ◦ blue 73

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

Shades of Energy Yellow #EDDB49

Tints of Energy Yellow #EDDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 44.8%
G = 41.4%
B = 13.8%

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

#EDDB49 (or 0xEDDB49) is known color: Energy Yellow. HEX triplet: ED, DB and 49. RGB value is (237,219,73). Sum of RGB (Red+Green+Blue) = 237+219+73=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB49 is #1224B6. Grayscale: #D0D0D0. Windows color (decimal): -1189047 or 4840429. OLE color: 4840429.

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

Color convert

RGB 237 219 73 -
CMYK 0 0.08 0.69 0.07
HSL 53.41º 0.82% 0.61% -
HSV(B) 53.41º 0.69% 0.93% -
XYZ 61.46 69.15 16.41 -
YUV 207.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 237 219 73 0 0.08 0.69 0.07 53.41 0.82 0.61
Hex ED DB 49 0 8 45 7 35 52 3D
Octal 355 333 111 0 10 105 7 65 122 75
Binary 11101101 11011011 1001001 0 1000 1000101 111 110101 1010010 111101

Color Harmonies of #EDDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB49

Black with #EDDB49

Text Example


Text Example

White with #EDDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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