Html Css Color HEX #EDA326 Lightning Yellow

📋 copy color: '#EDA326'

red 237 ◦ green 163 ◦ blue 38

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

Shades of Lightning Yellow #EDA326

Tints of Lightning Yellow #EDA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 54.11%
G = 37.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA326 (or 0xEDA326) is known color: Lightning Yellow. HEX triplet: ED, A3 and 26. RGB value is (237,163,38). Sum of RGB (Red+Green+Blue) = 237+163+38=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA326 is #125CD9. Grayscale: #ABABAB. Windows color (decimal): -1203418 or 2532333. OLE color: 2532333.

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

Color convert

RGB 237 163 38 -
CMYK 0 0.31 0.84 0.07
HSL 37.69º 0.85% 0.54% -
HSV(B) 37.69º 0.84% 0.93% -
XYZ 48.37 44.34 7.84 -
YUV 170.88 53.02 175.16 -
System Red Green Blue C M Y K H S L
Decimal 237 163 38 0 0.31 0.84 0.07 37.69 0.85 0.54
Hex ED A3 26 0 1F 54 7 26 55 36
Octal 355 243 46 0 37 124 7 46 125 66
Binary 11101101 10100011 100110 0 11111 1010100 111 100110 1010101 110110

Color Harmonies of #EDA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA326

Black with #EDA326

Text Example


Text Example

White with #EDA326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA326; }

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

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

background-color css

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

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

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

border-color css

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

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

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