Html Css Color HEX #ED963A Sun

📋 copy color: '#ED963A'

red 237 ◦ green 150 ◦ blue 58

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

Shades of Sun #ED963A

Tints of Sun #ED963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 53.26%
G = 33.71%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED963A (or 0xED963A) is known color: Sun. HEX triplet: ED, 96 and 3A. RGB value is (237,150,58). Sum of RGB (Red+Green+Blue) = 237+150+58=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED963A is #1269C5. Grayscale: #A5A5A5. Windows color (decimal): -1206726 or 3839725. OLE color: 3839725.

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

Color convert

RGB 237 150 58 -
CMYK 0 0.37 0.76 0.07
HSL 30.84º 0.83% 0.58% -
HSV(B) 30.84º 0.76% 0.93% -
XYZ 46.6 40.12 9.29 -
YUV 165.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 237 150 58 0 0.37 0.76 0.07 30.84 0.83 0.58
Hex ED 96 3A 0 25 4C 7 1F 53 3A
Octal 355 226 72 0 45 114 7 37 123 72
Binary 11101101 10010110 111010 0 100101 1001100 111 11111 1010011 111010

Color Harmonies of #ED963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED963A

Black with #ED963A

Text Example


Text Example

White with #ED963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED963A; }

 p { color: rgb(237,150,58); }

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

background-color css

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

 a { background-color: rgb(237,150,58); }

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

border-color css

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

 span { border-color: rgb(237,150,58); }

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