Html Css Color HEX #ED9130 Sun

📋 copy color: '#ED9130'

red 237 ◦ green 145 ◦ blue 48

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

Shades of Sun #ED9130

Tints of Sun #ED9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

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

R = 55.12%
G = 33.72%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED9130 (or 0xED9130) is known color: Sun. HEX triplet: ED, 91 and 30. RGB value is (237,145,48). Sum of RGB (Red+Green+Blue) = 237+145+48=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9130 is #126ECF. Grayscale: #A1A1A1. Windows color (decimal): -1208016 or 3183085. OLE color: 3183085.

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

Color convert

RGB 237 145 48 -
CMYK 0 0.39 0.80 0.07
HSL 30.79º 0.84% 0.56% -
HSV(B) 30.79º 0.8% 0.93% -
XYZ 45.58 38.47 7.82 -
YUV 161.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 237 145 48 0 0.39 0.80 0.07 30.79 0.84 0.56
Hex ED 91 30 0 27 50 7 1F 54 38
Octal 355 221 60 0 47 120 7 37 124 70
Binary 11101101 10010001 110000 0 100111 1010000 111 11111 1010100 111000

Color Harmonies of #ED9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9130

Black with #ED9130

Text Example


Text Example

White with #ED9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9130; }

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

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

background-color css

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

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

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

border-color css

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

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

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