Html Css Color HEX #ED963E Sun

📋 copy color: '#ED963E'

red 237 ◦ green 150 ◦ blue 62

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

Shades of Sun #ED963E

Tints of Sun #ED963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 52.78%
G = 33.41%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED963E (or 0xED963E) is known color: Sun. HEX triplet: ED, 96 and 3E. RGB value is (237,150,62). Sum of RGB (Red+Green+Blue) = 237+150+62=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED963E is #1269C1. Grayscale: #A6A6A6. Windows color (decimal): -1206722 or 4101869. OLE color: 4101869.

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

Color convert

RGB 237 150 62 -
CMYK 0 0.37 0.74 0.07
HSL 30.17º 0.83% 0.59% -
HSV(B) 30.17º 0.74% 0.93% -
XYZ 46.7 40.17 9.85 -
YUV 165.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 237 150 62 0 0.37 0.74 0.07 30.17 0.83 0.59
Hex ED 96 3E 0 25 4A 7 1E 53 3B
Octal 355 226 76 0 45 112 7 36 123 73
Binary 11101101 10010110 111110 0 100101 1001010 111 11110 1010011 111011

Color Harmonies of #ED963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED963E

Black with #ED963E

Text Example


Text Example

White with #ED963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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