Html Css Color HEX #EDA329 Lightning Yellow

📋 copy color: '#EDA329'

red 237 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #EDA329

Tints of Lightning Yellow #EDA329

RGB

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

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

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

R = 53.74%
G = 36.96%
B = 9.3%

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

#EDA329 (or 0xEDA329) is known color: Lightning Yellow. HEX triplet: ED, A3 and 29. RGB value is (237,163,41). Sum of RGB (Red+Green+Blue) = 237+163+41=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA329 is #125CD6. Grayscale: #ABABAB. Windows color (decimal): -1203415 or 2728941. OLE color: 2728941.

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

Color convert

RGB 237 163 41 -
CMYK 0 0.31 0.83 0.07
HSL 37.35º 0.84% 0.55% -
HSV(B) 37.35º 0.83% 0.93% -
XYZ 48.42 44.36 8.11 -
YUV 171.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 237 163 41 0 0.31 0.83 0.07 37.35 0.84 0.55
Hex ED A3 29 0 1F 53 7 25 54 37
Octal 355 243 51 0 37 123 7 45 124 67
Binary 11101101 10100011 101001 0 11111 1010011 111 100101 1010100 110111

Color Harmonies of #EDA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA329

Black with #EDA329

Text Example


Text Example

White with #EDA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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