#EDA424

Color #EDA424 Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #EDA424

Tints of Lightning Yellow #EDA424

Color information

#EDA424 (or 0xEDA424) is unknown color: approx Lightning Yellow. HEX triplet: ED, A4 and 24. RGB value is (237,164,36). Sum of RGB (Red+Green+Blue) = 237+164+36=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA424 is #125BDB. Grayscale: #ABABAB. Windows color (decimal): -1203164 or 2401517. OLE color: 2401517.

HSL color Cylindrical-coordinate representation of color #EDA424: hue angle of 38.21º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA424 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB23716436-
CMYK00.310.850.07
HSL38.21º84.81%53.53%-
HSV(B)38.21º84.81%92.94%-
XYZ48.5244.687.74-
YUV171.2451.68174.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 36 (14.45% from 255) = 8.24%
R=54.23%
G=37.53%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371643600.310.850.0738.2184.8153.53
HexEDA42401F557265536
Octal3552444403712574612566
Binary111011011010010010010001111110101011111001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA424; }

 p { color: rgb(237,164,36); }

 H1.HeaderClassName
 {
   color: #EDA424;
 }
 .AnyTagClassName
 {
   color: #EDA424;
 }
</style>
background-color css

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

 a { background-color: rgb(237,164,36); }

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

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

 span { border-color: rgb(237,164,36); }

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