Html Css Color HEX #ED963B Sun

📋 copy color: '#ED963B'

red 237 ◦ green 150 ◦ blue 59

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

Shades of Sun #ED963B

Tints of Sun #ED963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.23%

R = 53.14%
G = 33.63%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED963B (or 0xED963B) is known color: Sun. HEX triplet: ED, 96 and 3B. RGB value is (237,150,59). Sum of RGB (Red+Green+Blue) = 237+150+59=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED963B is #1269C4. Grayscale: #A6A6A6. Windows color (decimal): -1206725 or 3905261. OLE color: 3905261.

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

Color convert

RGB 237 150 59 -
CMYK 0 0.37 0.75 0.07
HSL 30.67º 0.83% 0.58% -
HSV(B) 30.67º 0.75% 0.93% -
XYZ 46.62 40.13 9.43 -
YUV 165.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 237 150 59 0 0.37 0.75 0.07 30.67 0.83 0.58
Hex ED 96 3B 0 25 4B 7 1F 53 3A
Octal 355 226 73 0 45 113 7 37 123 72
Binary 11101101 10010110 111011 0 100101 1001011 111 11111 1010011 111010

Color Harmonies of #ED963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED963B

Black with #ED963B

Text Example


Text Example

White with #ED963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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