Html Css Color HEX #EDA526 Lightning Yellow

📋 copy color: '#EDA526'

red 237 ◦ green 165 ◦ blue 38

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

Shades of Lightning Yellow #EDA526

Tints of Lightning Yellow #EDA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.64%

R = 53.86%
G = 37.5%
B = 8.64%

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

#EDA526 (or 0xEDA526) is known color: Lightning Yellow. HEX triplet: ED, A5 and 26. RGB value is (237,165,38). Sum of RGB (Red+Green+Blue) = 237+165+38=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA526 is #125AD9. Grayscale: #ACACAC. Windows color (decimal): -1202906 or 2532845. OLE color: 2532845.

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

Color convert

RGB 237 165 38 -
CMYK 0 0.30 0.84 0.07
HSL 38.29º 0.85% 0.54% -
HSV(B) 38.29º 0.84% 0.93% -
XYZ 48.73 45.05 7.96 -
YUV 172.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 237 165 38 0 0.30 0.84 0.07 38.29 0.85 0.54
Hex ED A5 26 0 1E 54 7 26 55 36
Octal 355 245 46 0 36 124 7 46 125 66
Binary 11101101 10100101 100110 0 11110 1010100 111 100110 1010101 110110

Color Harmonies of #EDA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA526

Black with #EDA526

Text Example


Text Example

White with #EDA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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