Html Css Color HEX #EDD948 Energy Yellow

📋 copy color: '#EDD948'

red 237 ◦ green 217 ◦ blue 72

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

Shades of Energy Yellow #EDD948

Tints of Energy Yellow #EDD948

RGB

 RED value IS 237 (92.97% from 255) = 45.06%

 GREEN value IS 217 (85.16% from 255) = 41.25%

 BLUE value IS 72 (28.52% from 255) = 13.69%

R = 45.06%
G = 41.25%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD948 (or 0xEDD948) is known color: Energy Yellow. HEX triplet: ED, D9 and 48. RGB value is (237,217,72). Sum of RGB (Red+Green+Blue) = 237+217+72=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD948 is #1226B7. Grayscale: #CFCFCF. Windows color (decimal): -1189560 or 4774381. OLE color: 4774381.

HSL color Cylindrical-coordinate representation of color #EDD948: hue angle of 52.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD948 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 72 -
CMYK 0 0.08 0.70 0.07
HSL 52.73º 0.82% 0.61% -
HSV(B) 52.73º 0.7% 0.93% -
XYZ 60.91 68.1 16.06 -
YUV 206.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 237 217 72 0 0.08 0.70 0.07 52.73 0.82 0.61
Hex ED D9 48 0 8 46 7 35 52 3D
Octal 355 331 110 0 10 106 7 65 122 75
Binary 11101101 11011001 1001000 0 1000 1000110 111 110101 1010010 111101

Color Harmonies of #EDD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD948

Black with #EDD948

Text Example


Text Example

White with #EDD948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD948; }

 p { color: rgb(237,217,72); }

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

background-color css

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

 a { background-color: rgb(237,217,72); }

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

border-color css

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

 span { border-color: rgb(237,217,72); }

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