#EDA229

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

Shades of Lightning Yellow #EDA229

Tints of Lightning Yellow #EDA229

Color information

#EDA229 (or 0xEDA229) is unknown color: approx Lightning Yellow. HEX triplet: ED, A2 and 29. RGB value is (237,162,41). Sum of RGB (Red+Green+Blue) = 237+162+41=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA229 is #125DD6. Grayscale: #ABABAB. Windows color (decimal): -1203671 or 2728685. OLE color: 2728685.

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

Color convert

RGB23716241-
CMYK00.320.830.07
HSL37.04º84.48%54.51%-
HSV(B)37.04º82.7%92.94%-
XYZ48.2544.018.05-
YUV170.6354.85175.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.86%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 41 (16.41% from 255) = 9.32%
R=53.86%
G=36.82%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371624100.320.830.0737.0484.4854.51
HexEDA229020537255437
Octal3552425104012374512467
Binary1110110110100010101001010000010100111111001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA229; }

 p { color: rgb(237,162,41); }

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

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

 a { background-color: rgb(237,162,41); }

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

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

 span { border-color: rgb(237,162,41); }

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