Html Css Color HEX #EDA62C Lightning Yellow

📋 copy color: '#EDA62C'

red 237 ◦ green 166 ◦ blue 44

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

Shades of Lightning Yellow #EDA62C

Tints of Lightning Yellow #EDA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 53.02%
G = 37.14%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA62C (or 0xEDA62C) is known color: Lightning Yellow. HEX triplet: ED, A6 and 2C. RGB value is (237,166,44). Sum of RGB (Red+Green+Blue) = 237+166+44=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA62C is #1259D3. Grayscale: #ADADAD. Windows color (decimal): -1202644 or 2926317. OLE color: 2926317.

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

Color convert

RGB 237 166 44 -
CMYK 0 0.30 0.81 0.07
HSL 37.93º 0.84% 0.55% -
HSV(B) 37.93º 0.81% 0.93% -
XYZ 49.02 45.46 8.57 -
YUV 173.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 237 166 44 0 0.30 0.81 0.07 37.93 0.84 0.55
Hex ED A6 2C 0 1E 51 7 26 54 37
Octal 355 246 54 0 36 121 7 46 124 67
Binary 11101101 10100110 101100 0 11110 1010001 111 100110 1010100 110111

Color Harmonies of #EDA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA62C

Black with #EDA62C

Text Example


Text Example

White with #EDA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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