Html Css Color HEX #ED8F30 Sun

📋 copy color: '#ED8F30'

red 237 ◦ green 143 ◦ blue 48

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

Shades of Sun #ED8F30

Tints of Sun #ED8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 55.37%
G = 33.41%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED8F30 (or 0xED8F30) is known color: Sun. HEX triplet: ED, 8F and 30. RGB value is (237,143,48). Sum of RGB (Red+Green+Blue) = 237+143+48=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F30 is #1270CF. Grayscale: #A0A0A0. Windows color (decimal): -1208528 or 3182573. OLE color: 3182573.

HSL color Cylindrical-coordinate representation of color #ED8F30: hue angle of 30.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED8F30 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 48 -
CMYK 0 0.40 0.80 0.07
HSL 30.16º 0.84% 0.56% -
HSV(B) 30.16º 0.8% 0.93% -
XYZ 45.28 37.86 7.72 -
YUV 160.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 237 143 48 0 0.40 0.80 0.07 30.16 0.84 0.56
Hex ED 8F 30 0 28 50 7 1E 54 38
Octal 355 217 60 0 50 120 7 36 124 70
Binary 11101101 10001111 110000 0 101000 1010000 111 11110 1010100 111000

Color Harmonies of #ED8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F30

Black with #ED8F30

Text Example


Text Example

White with #ED8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F30; }

 p { color: rgb(237,143,48); }

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

background-color css

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

 a { background-color: rgb(237,143,48); }

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

border-color css

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

 span { border-color: rgb(237,143,48); }

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