Html Css Color HEX #ED8E3C Sun

📋 copy color: '#ED8E3C'

red 237 ◦ green 142 ◦ blue 60

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

Shades of Sun #ED8E3C

Tints of Sun #ED8E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

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

R = 53.99%
G = 32.35%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED8E3C (or 0xED8E3C) is known color: Sun. HEX triplet: ED, 8E and 3C. RGB value is (237,142,60). Sum of RGB (Red+Green+Blue) = 237+142+60=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E3C is #1271C3. Grayscale: #A1A1A1. Windows color (decimal): -1208772 or 3968749. OLE color: 3968749.

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

Color convert

RGB 237 142 60 -
CMYK 0 0.40 0.75 0.07
HSL 27.8º 0.83% 0.58% -
HSV(B) 27.8º 0.75% 0.93% -
XYZ 45.41 37.68 9.15 -
YUV 161.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 237 142 60 0 0.40 0.75 0.07 27.8 0.83 0.58
Hex ED 8E 3C 0 28 4B 7 1C 53 3A
Octal 355 216 74 0 50 113 7 34 123 72
Binary 11101101 10001110 111100 0 101000 1001011 111 11100 1010011 111010

Color Harmonies of #ED8E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E3C

Black with #ED8E3C

Text Example


Text Example

White with #ED8E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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