Html Css Color HEX #ED9332 Sun

📋 copy color: '#ED9332'

red 237 ◦ green 147 ◦ blue 50

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

Shades of Sun #ED9332

Tints of Sun #ED9332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 54.61%
G = 33.87%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9332 (or 0xED9332) is known color: Sun. HEX triplet: ED, 93 and 32. RGB value is (237,147,50). Sum of RGB (Red+Green+Blue) = 237+147+50=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9332 is #126CCD. Grayscale: #A3A3A3. Windows color (decimal): -1207502 or 3314669. OLE color: 3314669.

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

Color convert

RGB 237 147 50 -
CMYK 0 0.38 0.79 0.07
HSL 31.12º 0.84% 0.56% -
HSV(B) 31.12º 0.79% 0.93% -
XYZ 45.93 39.1 8.14 -
YUV 162.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 237 147 50 0 0.38 0.79 0.07 31.12 0.84 0.56
Hex ED 93 32 0 26 4F 7 1F 54 38
Octal 355 223 62 0 46 117 7 37 124 70
Binary 11101101 10010011 110010 0 100110 1001111 111 11111 1010100 111000

Color Harmonies of #ED9332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9332

Black with #ED9332

Text Example


Text Example

White with #ED9332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9332; }

 p { color: rgb(237,147,50); }

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

background-color css

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

 a { background-color: rgb(237,147,50); }

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

border-color css

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

 span { border-color: rgb(237,147,50); }

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