#eda526

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

Shades of Lightning Yellow #EDA526

Tints of Lightning Yellow #EDA526

Color information

#EDA526 (or 0xEDA526) is unknown color: approx Lightning Yellow. HEX triplet: ED, A5 and 26. RGB value is (237,165,38). Sum of RGB (Red+Green+Blue) = 237+165+38=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA526 is #125AD9. Grayscale: #ACACAC. Windows color (decimal): -1202906 or 2532845. OLE color: 2532845.

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

Color convert

RGB23716538-
CMYK00.300.840.07
HSL38.29º84.68%53.92%-
HSV(B)38.29º83.97%92.94%-
XYZ48.7345.057.96-
YUV172.0552.35174.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.86%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 38 (15.23% from 255) = 8.64%
R=53.86%
G=37.5%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371653800.300.840.0738.2984.6853.92
HexEDA52601E547265536
Octal3552454603612474612566
Binary111011011010010110011001111010101001111001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eda526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eda526; }

 p { color: rgb(237,165,38); }

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

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

 a { background-color: rgb(237,165,38); }

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

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

 span { border-color: rgb(237,165,38); }

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