Html Css Color HEX #EDA82A Lightning Yellow

📋 copy color: '#EDA82A'

red 237 ◦ green 168 ◦ blue 42

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

Shades of Lightning Yellow #EDA82A

Tints of Lightning Yellow #EDA82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

 BLUE value IS 42 (16.8% from 255) = 9.4%

R = 53.02%
G = 37.58%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA82A (or 0xEDA82A) is known color: Lightning Yellow. HEX triplet: ED, A8 and 2A. RGB value is (237,168,42). Sum of RGB (Red+Green+Blue) = 237+168+42=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA82A is #1257D5. Grayscale: #AEAEAE. Windows color (decimal): -1202134 or 2795757. OLE color: 2795757.

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

Color convert

RGB 237 168 42 -
CMYK 0 0.29 0.82 0.07
HSL 38.77º 0.84% 0.55% -
HSV(B) 38.77º 0.82% 0.93% -
XYZ 49.35 46.18 8.5 -
YUV 174.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 237 168 42 0 0.29 0.82 0.07 38.77 0.84 0.55
Hex ED A8 2A 0 1D 52 7 27 54 37
Octal 355 250 52 0 35 122 7 47 124 67
Binary 11101101 10101000 101010 0 11101 1010010 111 100111 1010100 110111

Color Harmonies of #EDA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA82A

Black with #EDA82A

Text Example


Text Example

White with #EDA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA82A; }

 p { color: rgb(237,168,42); }

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

background-color css

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

 a { background-color: rgb(237,168,42); }

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

border-color css

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

 span { border-color: rgb(237,168,42); }

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