Html Css Color HEX #EDD84A Energy Yellow

📋 copy color: '#EDD84A'

red 237 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #EDD84A

Tints of Energy Yellow #EDD84A

RGB

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

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

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

R = 44.97%
G = 40.99%
B = 14.04%

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

#EDD84A (or 0xEDD84A) is known color: Energy Yellow. HEX triplet: ED, D8 and 4A. RGB value is (237,216,74). Sum of RGB (Red+Green+Blue) = 237+216+74=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD84A is #1227B5. Grayscale: #CECECE. Windows color (decimal): -1189814 or 4905197. OLE color: 4905197.

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

Color convert

RGB 237 216 74 -
CMYK 0 0.09 0.69 0.07
HSL 52.27º 0.82% 0.61% -
HSV(B) 52.27º 0.69% 0.93% -
XYZ 60.72 67.61 16.33 -
YUV 206.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 237 216 74 0 0.09 0.69 0.07 52.27 0.82 0.61
Hex ED D8 4A 0 9 45 7 34 52 3D
Octal 355 330 112 0 11 105 7 64 122 75
Binary 11101101 11011000 1001010 0 1001 1000101 111 110100 1010010 111101

Color Harmonies of #EDD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD84A

Black with #EDD84A

Text Example


Text Example

White with #EDD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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