Html Css Color HEX #ED973B Sun

📋 copy color: '#ED973B'

red 237 ◦ green 151 ◦ blue 59

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

Shades of Sun #ED973B

Tints of Sun #ED973B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

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

R = 53.02%
G = 33.78%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED973B (or 0xED973B) is known color: Sun. HEX triplet: ED, 97 and 3B. RGB value is (237,151,59). Sum of RGB (Red+Green+Blue) = 237+151+59=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED973B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED973B is #1268C4. Grayscale: #A6A6A6. Windows color (decimal): -1206469 or 3905517. OLE color: 3905517.

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

Color convert

RGB 237 151 59 -
CMYK 0 0.36 0.75 0.07
HSL 31.01º 0.83% 0.58% -
HSV(B) 31.01º 0.75% 0.93% -
XYZ 46.78 40.45 9.48 -
YUV 166.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 237 151 59 0 0.36 0.75 0.07 31.01 0.83 0.58
Hex ED 97 3B 0 24 4B 7 1F 53 3A
Octal 355 227 73 0 44 113 7 37 123 72
Binary 11101101 10010111 111011 0 100100 1001011 111 11111 1010011 111010

Color Harmonies of #ED973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED973B

Black with #ED973B

Text Example


Text Example

White with #ED973B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED973B; }

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

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

background-color css

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

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

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

border-color css

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

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

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