Html Css Color HEX #EDA830 Lightning Yellow

📋 copy color: '#EDA830'

red 237 ◦ green 168 ◦ blue 48

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

Shades of Lightning Yellow #EDA830

Tints of Lightning Yellow #EDA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

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

R = 52.32%
G = 37.09%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA830 (or 0xEDA830) is known color: Lightning Yellow. HEX triplet: ED, A8 and 30. RGB value is (237,168,48). Sum of RGB (Red+Green+Blue) = 237+168+48=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA830 is #1257CF. Grayscale: #AFAFAF. Windows color (decimal): -1202128 or 3188973. OLE color: 3188973.

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

Color convert

RGB 237 168 48 -
CMYK 0 0.29 0.80 0.07
HSL 38.1º 0.84% 0.56% -
HSV(B) 38.1º 0.8% 0.93% -
XYZ 49.46 46.22 9.11 -
YUV 174.95 56.36 172.26 -
System Red Green Blue C M Y K H S L
Decimal 237 168 48 0 0.29 0.80 0.07 38.1 0.84 0.56
Hex ED A8 30 0 1D 50 7 26 54 38
Octal 355 250 60 0 35 120 7 46 124 70
Binary 11101101 10101000 110000 0 11101 1010000 111 100110 1010100 111000

Color Harmonies of #EDA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA830

Black with #EDA830

Text Example


Text Example

White with #EDA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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