Html Css Color HEX #EDAA31 Lightning Yellow

📋 copy color: '#EDAA31'

red 237 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #EDAA31

Tints of Lightning Yellow #EDAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 49 (19.53% from 255) = 10.75%

R = 51.97%
G = 37.28%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDAA31 (or 0xEDAA31) is known color: Lightning Yellow. HEX triplet: ED, AA and 31. RGB value is (237,170,49). Sum of RGB (Red+Green+Blue) = 237+170+49=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA31 is #1255CE. Grayscale: #B0B0B0. Windows color (decimal): -1201615 or 3255021. OLE color: 3255021.

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

Color convert

RGB 237 170 49 -
CMYK 0 0.28 0.79 0.07
HSL 38.62º 0.84% 0.56% -
HSV(B) 38.62º 0.79% 0.93% -
XYZ 49.85 46.98 9.35 -
YUV 176.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 237 170 49 0 0.28 0.79 0.07 38.62 0.84 0.56
Hex ED AA 31 0 1C 4F 7 27 54 38
Octal 355 252 61 0 34 117 7 47 124 70
Binary 11101101 10101010 110001 0 11100 1001111 111 100111 1010100 111000

Color Harmonies of #EDAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA31

Black with #EDAA31

Text Example


Text Example

White with #EDAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA31; }

 p { color: rgb(237,170,49); }

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

background-color css

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

 a { background-color: rgb(237,170,49); }

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

border-color css

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

 span { border-color: rgb(237,170,49); }

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