Html Css Color HEX #EDA429 Lightning Yellow

📋 copy color: '#EDA429'

red 237 ◦ green 164 ◦ blue 41

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

Shades of Lightning Yellow #EDA429

Tints of Lightning Yellow #EDA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

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

R = 53.62%
G = 37.1%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDA429 (or 0xEDA429) is known color: Lightning Yellow. HEX triplet: ED, A4 and 29. RGB value is (237,164,41). Sum of RGB (Red+Green+Blue) = 237+164+41=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA429 is #125BD6. Grayscale: #ACACAC. Windows color (decimal): -1203159 or 2729197. OLE color: 2729197.

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

Color convert

RGB 237 164 41 -
CMYK 0 0.31 0.83 0.07
HSL 37.65º 0.84% 0.55% -
HSV(B) 37.65º 0.83% 0.93% -
XYZ 48.6 44.72 8.17 -
YUV 171.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 237 164 41 0 0.31 0.83 0.07 37.65 0.84 0.55
Hex ED A4 29 0 1F 53 7 26 54 37
Octal 355 244 51 0 37 123 7 46 124 67
Binary 11101101 10100100 101001 0 11111 1010011 111 100110 1010100 110111

Color Harmonies of #EDA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA429

Black with #EDA429

Text Example


Text Example

White with #EDA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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