Html Css Color HEX #ED943B Sun

📋 copy color: '#ED943B'

red 237 ◦ green 148 ◦ blue 59

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

Shades of Sun #ED943B

Tints of Sun #ED943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 53.38%
G = 33.33%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED943B (or 0xED943B) is known color: Sun. HEX triplet: ED, 94 and 3B. RGB value is (237,148,59). Sum of RGB (Red+Green+Blue) = 237+148+59=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED943B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED943B is #126BC4. Grayscale: #A4A4A4. Windows color (decimal): -1207237 or 3904749. OLE color: 3904749.

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

Color convert

RGB 237 148 59 -
CMYK 0 0.38 0.75 0.07
HSL 30º 0.83% 0.58% -
HSV(B) 30º 0.75% 0.93% -
XYZ 46.3 39.5 9.32 -
YUV 164.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 237 148 59 0 0.38 0.75 0.07 30 0.83 0.58
Hex ED 94 3B 0 26 4B 7 1E 53 3A
Octal 355 224 73 0 46 113 7 36 123 72
Binary 11101101 10010100 111011 0 100110 1001011 111 11110 1010011 111010

Color Harmonies of #ED943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED943B

Black with #ED943B

Text Example


Text Example

White with #ED943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED943B; }

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

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

background-color css

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

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

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

border-color css

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

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

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