Html Css Color HEX #EDA82C Lightning Yellow

📋 copy color: '#EDA82C'

red 237 ◦ green 168 ◦ blue 44

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

Shades of Lightning Yellow #EDA82C

Tints of Lightning Yellow #EDA82C

RGB

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

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

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

R = 52.78%
G = 37.42%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA82C (or 0xEDA82C) is known color: Lightning Yellow. HEX triplet: ED, A8 and 2C. RGB value is (237,168,44). Sum of RGB (Red+Green+Blue) = 237+168+44=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA82C is #1257D3. Grayscale: #AFAFAF. Windows color (decimal): -1202132 or 2926829. OLE color: 2926829.

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

Color convert

RGB 237 168 44 -
CMYK 0 0.29 0.81 0.07
HSL 38.55º 0.84% 0.55% -
HSV(B) 38.55º 0.81% 0.93% -
XYZ 49.38 46.19 8.7 -
YUV 174.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 237 168 44 0 0.29 0.81 0.07 38.55 0.84 0.55
Hex ED A8 2C 0 1D 51 7 27 54 37
Octal 355 250 54 0 35 121 7 47 124 67
Binary 11101101 10101000 101100 0 11101 1010001 111 100111 1010100 110111

Color Harmonies of #EDA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA82C

Black with #EDA82C

Text Example


Text Example

White with #EDA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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