Html Css Color HEX #ED953C Sun

📋 copy color: '#ED953C'

red 237 ◦ green 149 ◦ blue 60

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

Shades of Sun #ED953C

Tints of Sun #ED953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

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

R = 53.14%
G = 33.41%
B = 13.45%

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

#ED953C (or 0xED953C) is known color: Sun. HEX triplet: ED, 95 and 3C. RGB value is (237,149,60). Sum of RGB (Red+Green+Blue) = 237+149+60=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED953C is #126AC3. Grayscale: #A5A5A5. Windows color (decimal): -1206980 or 3970541. OLE color: 3970541.

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

Color convert

RGB 237 149 60 -
CMYK 0 0.37 0.75 0.07
HSL 30.17º 0.83% 0.58% -
HSV(B) 30.17º 0.75% 0.93% -
XYZ 46.49 39.83 9.51 -
YUV 165.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 237 149 60 0 0.37 0.75 0.07 30.17 0.83 0.58
Hex ED 95 3C 0 25 4B 7 1E 53 3A
Octal 355 225 74 0 45 113 7 36 123 72
Binary 11101101 10010101 111100 0 100101 1001011 111 11110 1010011 111010

Color Harmonies of #ED953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED953C

Black with #ED953C

Text Example


Text Example

White with #ED953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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