#EDA530

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

Shades of Lightning Yellow #EDA530

Tints of Lightning Yellow #EDA530

Color information

#EDA530 (or 0xEDA530) is unknown color: approx Lightning Yellow. HEX triplet: ED, A5 and 30. RGB value is (237,165,48). Sum of RGB (Red+Green+Blue) = 237+165+48=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA530 is #125ACF. Grayscale: #ADADAD. Windows color (decimal): -1202896 or 3188205. OLE color: 3188205.

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

Color convert

RGB23716548-
CMYK00.300.800.07
HSL37.14º84%55.88%-
HSV(B)37.14º79.75%92.94%-
XYZ48.9145.138.93-
YUV173.1957.35173.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.67%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 48 (19.14% from 255) = 10.67%
R=52.67%
G=36.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371654800.300.800.0737.148455.88
HexEDA53001E507255438
Octal3552456003612074512470
Binary111011011010010111000001111010100001111001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA530; }

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

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

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

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

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

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

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

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