Html Css Color HEX #EDA428 Lightning Yellow

📋 copy color: '#EDA428'

red 237 ◦ green 164 ◦ blue 40

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

Shades of Lightning Yellow #EDA428

Tints of Lightning Yellow #EDA428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 53.74%
G = 37.19%
B = 9.07%

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

#EDA428 (or 0xEDA428) is known color: Lightning Yellow. HEX triplet: ED, A4 and 28. RGB value is (237,164,40). Sum of RGB (Red+Green+Blue) = 237+164+40=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA428 is #125BD7. Grayscale: #ACACAC. Windows color (decimal): -1203160 or 2663661. OLE color: 2663661.

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

Color convert

RGB 237 164 40 -
CMYK 0 0.31 0.83 0.07
HSL 37.77º 0.85% 0.54% -
HSV(B) 37.77º 0.83% 0.93% -
XYZ 48.58 44.71 8.08 -
YUV 171.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 237 164 40 0 0.31 0.83 0.07 37.77 0.85 0.54
Hex ED A4 28 0 1F 53 7 26 55 36
Octal 355 244 50 0 37 123 7 46 125 66
Binary 11101101 10100100 101000 0 11111 1010011 111 100110 1010101 110110

Color Harmonies of #EDA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA428

Black with #EDA428

Text Example


Text Example

White with #EDA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA428; }

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

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

background-color css

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

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

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

border-color css

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

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

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