Html Css Color HEX #EDA629 Lightning Yellow

📋 copy color: '#EDA629'

red 237 ◦ green 166 ◦ blue 41

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

Shades of Lightning Yellow #EDA629

Tints of Lightning Yellow #EDA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 53.38%
G = 37.39%
B = 9.23%

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

#EDA629 (or 0xEDA629) is known color: Lightning Yellow. HEX triplet: ED, A6 and 29. RGB value is (237,166,41). Sum of RGB (Red+Green+Blue) = 237+166+41=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA629 is #1259D6. Grayscale: #ADADAD. Windows color (decimal): -1202647 or 2729709. OLE color: 2729709.

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

Color convert

RGB 237 166 41 -
CMYK 0 0.30 0.83 0.07
HSL 38.27º 0.84% 0.55% -
HSV(B) 38.27º 0.83% 0.93% -
XYZ 48.96 45.44 8.29 -
YUV 172.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 237 166 41 0 0.30 0.83 0.07 38.27 0.84 0.55
Hex ED A6 29 0 1E 53 7 26 54 37
Octal 355 246 51 0 36 123 7 46 124 67
Binary 11101101 10100110 101001 0 11110 1010011 111 100110 1010100 110111

Color Harmonies of #EDA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA629

Black with #EDA629

Text Example


Text Example

White with #EDA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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