Html Css Color HEX #EEDF4A Energy Yellow

📋 copy color: '#EEDF4A'

red 238 ◦ green 223 ◦ blue 74

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

Shades of Energy Yellow #EEDF4A

Tints of Energy Yellow #EEDF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

 BLUE value IS 74 (29.3% from 255) = 13.83%

R = 44.49%
G = 41.68%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEDF4A (or 0xEEDF4A) is known color: Energy Yellow. HEX triplet: EE, DF and 4A. RGB value is (238,223,74). Sum of RGB (Red+Green+Blue) = 238+223+74=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF4A is #1120B5. Grayscale: #D3D3D3. Windows color (decimal): -1122486 or 4906990. OLE color: 4906990.

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

Color convert

RGB 238 223 74 -
CMYK 0 0.06 0.69 0.07
HSL 54.51º 0.83% 0.61% -
HSV(B) 54.51º 0.69% 0.93% -
XYZ 62.88 71.45 16.95 -
YUV 210.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 238 223 74 0 0.06 0.69 0.07 54.51 0.83 0.61
Hex EE DF 4A 0 6 45 7 37 53 3D
Octal 356 337 112 0 6 105 7 67 123 75
Binary 11101110 11011111 1001010 0 110 1000101 111 110111 1010011 111101

Color Harmonies of #EEDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF4A

Black with #EEDF4A

Text Example


Text Example

White with #EEDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF4A; }

 p { color: rgb(238,223,74); }

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

background-color css

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

 a { background-color: rgb(238,223,74); }

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

border-color css

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

 span { border-color: rgb(238,223,74); }

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