Html Css Color HEX #EED749 Energy Yellow

📋 copy color: '#EED749'

red 238 ◦ green 215 ◦ blue 73

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

Shades of Energy Yellow #EED749

Tints of Energy Yellow #EED749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

 BLUE value IS 73 (28.91% from 255) = 13.88%

R = 45.25%
G = 40.87%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED749 (or 0xEED749) is known color: Energy Yellow. HEX triplet: EE, D7 and 49. RGB value is (238,215,73). Sum of RGB (Red+Green+Blue) = 238+215+73=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED749 is #1128B6. Grayscale: #CECECE. Windows color (decimal): -1124535 or 4839406. OLE color: 4839406.

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

Color convert

RGB 238 215 73 -
CMYK 0 0.10 0.69 0.07
HSL 51.64º 0.83% 0.61% -
HSV(B) 51.64º 0.69% 0.93% -
XYZ 60.76 67.26 16.08 -
YUV 205.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 238 215 73 0 0.10 0.69 0.07 51.64 0.83 0.61
Hex EE D7 49 0 A 45 7 34 53 3D
Octal 356 327 111 0 12 105 7 64 123 75
Binary 11101110 11010111 1001001 0 1010 1000101 111 110100 1010011 111101

Color Harmonies of #EED749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED749

Black with #EED749

Text Example


Text Example

White with #EED749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED749; }

 p { color: rgb(238,215,73); }

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

background-color css

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

 a { background-color: rgb(238,215,73); }

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

border-color css

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

 span { border-color: rgb(238,215,73); }

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