Html Css Color HEX #EDA630 Lightning Yellow

📋 copy color: '#EDA630'

red 237 ◦ green 166 ◦ blue 48

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

Shades of Lightning Yellow #EDA630

Tints of Lightning Yellow #EDA630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 52.55%
G = 36.81%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA630 (or 0xEDA630) is known color: Lightning Yellow. HEX triplet: ED, A6 and 30. RGB value is (237,166,48). Sum of RGB (Red+Green+Blue) = 237+166+48=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA630 is #1259CF. Grayscale: #AEAEAE. Windows color (decimal): -1202640 or 3188461. OLE color: 3188461.

HSL color Cylindrical-coordinate representation of color #EDA630: hue angle of 37.46º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDA630 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 48 -
CMYK 0 0.30 0.80 0.07
HSL 37.46º 0.84% 0.56% -
HSV(B) 37.46º 0.8% 0.93% -
XYZ 49.09 45.49 8.99 -
YUV 173.78 57.02 173.09 -
System Red Green Blue C M Y K H S L
Decimal 237 166 48 0 0.30 0.80 0.07 37.46 0.84 0.56
Hex ED A6 30 0 1E 50 7 25 54 38
Octal 355 246 60 0 36 120 7 45 124 70
Binary 11101101 10100110 110000 0 11110 1010000 111 100101 1010100 111000

Color Harmonies of #EDA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA630

Black with #EDA630

Text Example


Text Example

White with #EDA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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