Html Css Color HEX #EEDA46 Energy Yellow

📋 copy color: '#EEDA46'

red 238 ◦ green 218 ◦ blue 70

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

Shades of Energy Yellow #EEDA46

Tints of Energy Yellow #EEDA46

RGB

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

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

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

R = 45.25%
G = 41.44%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEDA46 (or 0xEEDA46) is known color: Energy Yellow. HEX triplet: EE, DA and 46. RGB value is (238,218,70). Sum of RGB (Red+Green+Blue) = 238+218+70=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA46 is #1125B9. Grayscale: #CFCFCF. Windows color (decimal): -1123770 or 4643566. OLE color: 4643566.

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

Color convert

RGB 238 218 70 -
CMYK 0 0.08 0.71 0.07
HSL 52.86º 0.83% 0.6% -
HSV(B) 52.86º 0.71% 0.93% -
XYZ 61.44 68.76 15.83 -
YUV 207.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 238 218 70 0 0.08 0.71 0.07 52.86 0.83 0.6
Hex EE DA 46 0 8 47 7 35 53 3C
Octal 356 332 106 0 10 107 7 65 123 74
Binary 11101110 11011010 1000110 0 1000 1000111 111 110101 1010011 111100

Color Harmonies of #EEDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA46

Black with #EEDA46

Text Example


Text Example

White with #EEDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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