Html Css Color HEX #EEDD46 Energy Yellow

📋 copy color: '#EEDD46'

red 238 ◦ green 221 ◦ blue 70

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

Shades of Energy Yellow #EEDD46

Tints of Energy Yellow #EEDD46

RGB

 RED value IS 238 (93.36% from 255) = 44.99%

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 70 (27.73% from 255) = 13.23%

R = 44.99%
G = 41.78%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEDD46 (or 0xEEDD46) is known color: Energy Yellow. HEX triplet: EE, DD and 46. RGB value is (238,221,70). Sum of RGB (Red+Green+Blue) = 238+221+70=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD46 is #1122B9. Grayscale: #D1D1D1. Windows color (decimal): -1123002 or 4644334. OLE color: 4644334.

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

Color convert

RGB 238 221 70 -
CMYK 0 0.07 0.71 0.07
HSL 53.93º 0.83% 0.6% -
HSV(B) 53.93º 0.71% 0.93% -
XYZ 62.22 70.33 16.09 -
YUV 208.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 238 221 70 0 0.07 0.71 0.07 53.93 0.83 0.6
Hex EE DD 46 0 7 47 7 36 53 3C
Octal 356 335 106 0 7 107 7 66 123 74
Binary 11101110 11011101 1000110 0 111 1000111 111 110110 1010011 111100

Color Harmonies of #EEDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD46

Black with #EEDD46

Text Example


Text Example

White with #EEDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD46; }

 p { color: rgb(238,221,70); }

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

background-color css

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

 a { background-color: rgb(238,221,70); }

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

border-color css

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

 span { border-color: rgb(238,221,70); }

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