Html Css Color HEX #EED84A Energy Yellow

📋 copy color: '#EED84A'

red 238 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #EED84A

Tints of Energy Yellow #EED84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

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

R = 45.08%
G = 40.91%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED84A (or 0xEED84A) is known color: Energy Yellow. HEX triplet: EE, D8 and 4A. RGB value is (238,216,74). Sum of RGB (Red+Green+Blue) = 238+216+74=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED84A is #1127B5. Grayscale: #CECECE. Windows color (decimal): -1124278 or 4905198. OLE color: 4905198.

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

Color convert

RGB 238 216 74 -
CMYK 0 0.09 0.69 0.07
HSL 51.95º 0.83% 0.61% -
HSV(B) 51.95º 0.69% 0.93% -
XYZ 61.05 67.78 16.34 -
YUV 206.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 238 216 74 0 0.09 0.69 0.07 51.95 0.83 0.61
Hex EE D8 4A 0 9 45 7 34 53 3D
Octal 356 330 112 0 11 105 7 64 123 75
Binary 11101110 11011000 1001010 0 1001 1000101 111 110100 1010011 111101

Color Harmonies of #EED84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED84A

Black with #EED84A

Text Example


Text Example

White with #EED84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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