Html Css Color HEX #EDA932 Lightning Yellow

📋 copy color: '#EDA932'

red 237 ◦ green 169 ◦ blue 50

#EDA932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #EDA932

Tints of Lightning Yellow #EDA932

RGB

 RED value IS 237 (92.97% from 255) = 51.97%

 GREEN value IS 169 (66.41% from 255) = 37.06%

 BLUE value IS 50 (19.92% from 255) = 10.96%

R = 51.97%
G = 37.06%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA932 (or 0xEDA932) is known color: Lightning Yellow. HEX triplet: ED, A9 and 32. RGB value is (237,169,50). Sum of RGB (Red+Green+Blue) = 237+169+50=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA932 is #1256CD. Grayscale: #B0B0B0. Windows color (decimal): -1201870 or 3320301. OLE color: 3320301.

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

Color convert

RGB 237 169 50 -
CMYK 0 0.29 0.79 0.07
HSL 38.18º 0.84% 0.56% -
HSV(B) 38.18º 0.79% 0.93% -
XYZ 49.69 46.61 9.4 -
YUV 175.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 237 169 50 0 0.29 0.79 0.07 38.18 0.84 0.56
Hex ED A9 32 0 1D 4F 7 26 54 38
Octal 355 251 62 0 35 117 7 46 124 70
Binary 11101101 10101001 110010 0 11101 1001111 111 100110 1010100 111000

Color Harmonies of #EDA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA932

Black with #EDA932

Text Example


Text Example

White with #EDA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA932; }

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

 H1.HeaderClassName
 {
   color: #EDA932;
 }
 .AnyTagClassName
 {
   color: #EDA932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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