Html Css Color HEX #EED84B Energy Yellow

📋 copy color: '#EED84B'

red 238 ◦ green 216 ◦ blue 75

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

Shades of Energy Yellow #EED84B

Tints of Energy Yellow #EED84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.18%

R = 44.99%
G = 40.83%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED84B (or 0xEED84B) is known color: Energy Yellow. HEX triplet: EE, D8 and 4B. RGB value is (238,216,75). Sum of RGB (Red+Green+Blue) = 238+216+75=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED84B is #1127B4. Grayscale: #CFCFCF. Windows color (decimal): -1124277 or 4970734. OLE color: 4970734.

HSL color Cylindrical-coordinate representation of color #EED84B: hue angle of 51.9º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED84B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 75 -
CMYK 0 0.09 0.68 0.07
HSL 51.9º 0.83% 0.61% -
HSV(B) 51.9º 0.68% 0.93% -
XYZ 61.09 67.8 16.52 -
YUV 206.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 238 216 75 0 0.09 0.68 0.07 51.9 0.83 0.61
Hex EE D8 4B 0 9 44 7 34 53 3D
Octal 356 330 113 0 11 104 7 64 123 75
Binary 11101110 11011000 1001011 0 1001 1000100 111 110100 1010011 111101

Color Harmonies of #EED84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED84B

Black with #EED84B

Text Example


Text Example

White with #EED84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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