Html Css Color HEX #EDA631 Lightning Yellow

📋 copy color: '#EDA631'

red 237 ◦ green 166 ◦ blue 49

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

Shades of Lightning Yellow #EDA631

Tints of Lightning Yellow #EDA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 52.43%
G = 36.73%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA631 (or 0xEDA631) is known color: Lightning Yellow. HEX triplet: ED, A6 and 31. RGB value is (237,166,49). Sum of RGB (Red+Green+Blue) = 237+166+49=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA631 is #1259CE. Grayscale: #AEAEAE. Windows color (decimal): -1202639 or 3253997. OLE color: 3253997.

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

Color convert

RGB 237 166 49 -
CMYK 0 0.30 0.79 0.07
HSL 37.34º 0.84% 0.56% -
HSV(B) 37.34º 0.79% 0.93% -
XYZ 49.12 45.5 9.1 -
YUV 173.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 237 166 49 0 0.30 0.79 0.07 37.34 0.84 0.56
Hex ED A6 31 0 1E 4F 7 25 54 38
Octal 355 246 61 0 36 117 7 45 124 70
Binary 11101101 10100110 110001 0 11110 1001111 111 100101 1010100 111000

Color Harmonies of #EDA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA631

Black with #EDA631

Text Example


Text Example

White with #EDA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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