Html Css Color HEX #EDA62E Lightning Yellow

📋 copy color: '#EDA62E'

red 237 ◦ green 166 ◦ blue 46

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

Shades of Lightning Yellow #EDA62E

Tints of Lightning Yellow #EDA62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 52.78%
G = 36.97%
B = 10.24%

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

#EDA62E (or 0xEDA62E) is known color: Lightning Yellow. HEX triplet: ED, A6 and 2E. RGB value is (237,166,46). Sum of RGB (Red+Green+Blue) = 237+166+46=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA62E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA62E is #1259D1. Grayscale: #AEAEAE. Windows color (decimal): -1202642 or 3057389. OLE color: 3057389.

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

Color convert

RGB 237 166 46 -
CMYK 0 0.30 0.81 0.07
HSL 37.7º 0.84% 0.55% -
HSV(B) 37.7º 0.81% 0.93% -
XYZ 49.05 45.47 8.78 -
YUV 173.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 237 166 46 0 0.30 0.81 0.07 37.7 0.84 0.55
Hex ED A6 2E 0 1E 51 7 26 54 37
Octal 355 246 56 0 36 121 7 46 124 67
Binary 11101101 10100110 101110 0 11110 1010001 111 100110 1010100 110111

Color Harmonies of #EDA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA62E

Black with #EDA62E

Text Example


Text Example

White with #EDA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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