Html Css Color HEX #ED903C Sun

📋 copy color: '#ED903C'

red 237 ◦ green 144 ◦ blue 60

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

Shades of Sun #ED903C

Tints of Sun #ED903C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 53.74%
G = 32.65%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED903C (or 0xED903C) is known color: Sun. HEX triplet: ED, 90 and 3C. RGB value is (237,144,60). Sum of RGB (Red+Green+Blue) = 237+144+60=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED903C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED903C is #126FC3. Grayscale: #A2A2A2. Windows color (decimal): -1208260 or 3969261. OLE color: 3969261.

HSL color Cylindrical-coordinate representation of color #ED903C: hue angle of 28.47º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED903C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 60 -
CMYK 0 0.39 0.75 0.07
HSL 28.47º 0.83% 0.58% -
HSV(B) 28.47º 0.75% 0.93% -
XYZ 45.71 38.28 9.25 -
YUV 162.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 237 144 60 0 0.39 0.75 0.07 28.47 0.83 0.58
Hex ED 90 3C 0 27 4B 7 1C 53 3A
Octal 355 220 74 0 47 113 7 34 123 72
Binary 11101101 10010000 111100 0 100111 1001011 111 11100 1010011 111010

Color Harmonies of #ED903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED903C

Black with #ED903C

Text Example


Text Example

White with #ED903C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED903C; }

 p { color: rgb(237,144,60); }

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

background-color css

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

 a { background-color: rgb(237,144,60); }

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

border-color css

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

 span { border-color: rgb(237,144,60); }

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