Html Css Color HEX #EDA525 Lightning Yellow

📋 copy color: '#EDA525'

red 237 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #EDA525

Tints of Lightning Yellow #EDA525

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 37 (14.84% from 255) = 8.43%

R = 53.99%
G = 37.59%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA525 (or 0xEDA525) is known color: Lightning Yellow. HEX triplet: ED, A5 and 25. RGB value is (237,165,37). Sum of RGB (Red+Green+Blue) = 237+165+37=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA525 is #125ADA. Grayscale: #ACACAC. Windows color (decimal): -1202907 or 2467309. OLE color: 2467309.

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

Color convert

RGB 237 165 37 -
CMYK 0 0.30 0.84 0.07
HSL 38.4º 0.85% 0.54% -
HSV(B) 38.4º 0.84% 0.93% -
XYZ 48.71 45.05 7.88 -
YUV 171.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 237 165 37 0 0.30 0.84 0.07 38.4 0.85 0.54
Hex ED A5 25 0 1E 54 7 26 55 36
Octal 355 245 45 0 36 124 7 46 125 66
Binary 11101101 10100101 100101 0 11110 1010100 111 100110 1010101 110110

Color Harmonies of #EDA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA525

Black with #EDA525

Text Example


Text Example

White with #EDA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA525; }

 p { color: rgb(237,165,37); }

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

background-color css

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

 a { background-color: rgb(237,165,37); }

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

border-color css

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

 span { border-color: rgb(237,165,37); }

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