Html Css Color HEX #EDAB31 Lightning Yellow

📋 copy color: '#EDAB31'

red 237 ◦ green 171 ◦ blue 49

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

Shades of Lightning Yellow #EDAB31

Tints of Lightning Yellow #EDAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 51.86%
G = 37.42%
B = 10.72%

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

#EDAB31 (or 0xEDAB31) is known color: Lightning Yellow. HEX triplet: ED, AB and 31. RGB value is (237,171,49). Sum of RGB (Red+Green+Blue) = 237+171+49=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB31 is #1254CE. Grayscale: #B1B1B1. Windows color (decimal): -1201359 or 3255277. OLE color: 3255277.

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

Color convert

RGB 237 171 49 -
CMYK 0 0.28 0.79 0.07
HSL 38.94º 0.84% 0.56% -
HSV(B) 38.94º 0.79% 0.93% -
XYZ 50.04 47.35 9.41 -
YUV 176.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 237 171 49 0 0.28 0.79 0.07 38.94 0.84 0.56
Hex ED AB 31 0 1C 4F 7 27 54 38
Octal 355 253 61 0 34 117 7 47 124 70
Binary 11101101 10101011 110001 0 11100 1001111 111 100111 1010100 111000

Color Harmonies of #EDAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB31

Black with #EDAB31

Text Example


Text Example

White with #EDAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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