Html Css Color HEX #EDA729 Lightning Yellow

📋 copy color: '#EDA729'

red 237 ◦ green 167 ◦ blue 41

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

Shades of Lightning Yellow #EDA729

Tints of Lightning Yellow #EDA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

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

R = 53.26%
G = 37.53%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDA729 (or 0xEDA729) is known color: Lightning Yellow. HEX triplet: ED, A7 and 29. RGB value is (237,167,41). Sum of RGB (Red+Green+Blue) = 237+167+41=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA729 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA729 is #1258D6. Grayscale: #AEAEAE. Windows color (decimal): -1202391 or 2729965. OLE color: 2729965.

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

Color convert

RGB 237 167 41 -
CMYK 0 0.30 0.83 0.07
HSL 38.57º 0.84% 0.55% -
HSV(B) 38.57º 0.83% 0.93% -
XYZ 49.14 45.8 8.35 -
YUV 173.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 237 167 41 0 0.30 0.83 0.07 38.57 0.84 0.55
Hex ED A7 29 0 1E 53 7 27 54 37
Octal 355 247 51 0 36 123 7 47 124 67
Binary 11101101 10100111 101001 0 11110 1010011 111 100111 1010100 110111

Color Harmonies of #EDA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA729

Black with #EDA729

Text Example


Text Example

White with #EDA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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