#EDA630

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

Shades of Lightning Yellow #EDA630

Tints of Lightning Yellow #EDA630

Color information

#EDA630 (or 0xEDA630) is unknown color: approx Lightning Yellow. HEX triplet: ED, A6 and 30. RGB value is (237,166,48). Sum of RGB (Red+Green+Blue) = 237+166+48=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA630 is #1259CF. Grayscale: #AEAEAE. Windows color (decimal): -1202640 or 3188461. OLE color: 3188461.

HSL color Cylindrical-coordinate representation of color #EDA630: hue angle of 37.46º 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 #EDA630 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23716648-
CMYK00.300.800.07
HSL37.46º84%55.88%-
HSV(B)37.46º79.75%92.94%-
XYZ49.0945.498.99-
YUV173.7857.02173.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=52.55%
G=36.81%
B=10.64%

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
Decimal2371664800.300.800.0737.468455.88
HexEDA63001E507255438
Octal3552466003612074512470
Binary111011011010011011000001111010100001111001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA630; }

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

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

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

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

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

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

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

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