Html Css Color HEX #ED9531 Sun

📋 copy color: '#ED9531'

red 237 ◦ green 149 ◦ blue 49

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

Shades of Sun #ED9531

Tints of Sun #ED9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 54.48%
G = 34.25%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9531 (or 0xED9531) is known color: Sun. HEX triplet: ED, 95 and 31. RGB value is (237,149,49). Sum of RGB (Red+Green+Blue) = 237+149+49=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9531 is #126ACE. Grayscale: #A4A4A4. Windows color (decimal): -1206991 or 3249645. OLE color: 3249645.

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

Color convert

RGB 237 149 49 -
CMYK 0 0.37 0.79 0.07
HSL 31.91º 0.84% 0.56% -
HSV(B) 31.91º 0.79% 0.93% -
XYZ 46.23 39.72 8.14 -
YUV 163.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 237 149 49 0 0.37 0.79 0.07 31.91 0.84 0.56
Hex ED 95 31 0 25 4F 7 20 54 38
Octal 355 225 61 0 45 117 7 40 124 70
Binary 11101101 10010101 110001 0 100101 1001111 111 100000 1010100 111000

Color Harmonies of #ED9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9531

Black with #ED9531

Text Example


Text Example

White with #ED9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9531; }

 p { color: rgb(237,149,49); }

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

background-color css

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

 a { background-color: rgb(237,149,49); }

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

border-color css

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

 span { border-color: rgb(237,149,49); }

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