#EDA933

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

Shades of Lightning Yellow #EDA933

Tints of Lightning Yellow #EDA933

Color information

#EDA933 (or 0xEDA933) is unknown color: approx Lightning Yellow. HEX triplet: ED, A9 and 33. RGB value is (237,169,51). Sum of RGB (Red+Green+Blue) = 237+169+51=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA933 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA933 is #1256CC. Grayscale: #B0B0B0. Windows color (decimal): -1201869 or 3385837. OLE color: 3385837.

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

Color convert

RGB23716951-
CMYK00.290.780.07
HSL38.06º83.78%56.47%-
HSV(B)38.06º78.48%92.94%-
XYZ49.7146.629.51-
YUV175.8857.53171.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=51.86%
G=36.98%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371695100.290.780.0738.0683.7856.47
HexEDA93301D4E7265438
Octal3552516303511674612470
Binary111011011010100111001101110110011101111001101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA933; }

 p { color: rgb(237,169,51); }

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

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

 a { background-color: rgb(237,169,51); }

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

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

 span { border-color: rgb(237,169,51); }

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