Html Css Color HEX #EDA829 Lightning Yellow

📋 copy color: '#EDA829'

red 237 ◦ green 168 ◦ blue 41

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

Shades of Lightning Yellow #EDA829

Tints of Lightning Yellow #EDA829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.19%

R = 53.14%
G = 37.67%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDA829 (or 0xEDA829) is known color: Lightning Yellow. HEX triplet: ED, A8 and 29. RGB value is (237,168,41). Sum of RGB (Red+Green+Blue) = 237+168+41=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA829 is #1257D6. Grayscale: #AEAEAE. Windows color (decimal): -1202135 or 2730221. OLE color: 2730221.

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

Color convert

RGB 237 168 41 -
CMYK 0 0.29 0.83 0.07
HSL 38.88º 0.84% 0.55% -
HSV(B) 38.88º 0.83% 0.93% -
XYZ 49.33 46.17 8.41 -
YUV 174.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 237 168 41 0 0.29 0.83 0.07 38.88 0.84 0.55
Hex ED A8 29 0 1D 53 7 27 54 37
Octal 355 250 51 0 35 123 7 47 124 67
Binary 11101101 10101000 101001 0 11101 1010011 111 100111 1010100 110111

Color Harmonies of #EDA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA829

Black with #EDA829

Text Example


Text Example

White with #EDA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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