Html Css Color HEX #ED852E Sun

📋 copy color: '#ED852E'

red 237 ◦ green 133 ◦ blue 46

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

Shades of Sun #ED852E

Tints of Sun #ED852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 56.97%
G = 31.97%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED852E (or 0xED852E) is known color: Sun. HEX triplet: ED, 85 and 2E. RGB value is (237,133,46). Sum of RGB (Red+Green+Blue) = 237+133+46=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED852E is #127AD1. Grayscale: #9A9A9A. Windows color (decimal): -1211090 or 3048941. OLE color: 3048941.

HSL color Cylindrical-coordinate representation of color #ED852E: hue angle of 27.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED852E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 46 -
CMYK 0 0.44 0.81 0.07
HSL 27.33º 0.84% 0.55% -
HSV(B) 27.33º 0.81% 0.93% -
XYZ 43.81 34.98 7.03 -
YUV 154.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 237 133 46 0 0.44 0.81 0.07 27.33 0.84 0.55
Hex ED 85 2E 0 2C 51 7 1B 54 37
Octal 355 205 56 0 54 121 7 33 124 67
Binary 11101101 10000101 101110 0 101100 1010001 111 11011 1010100 110111

Color Harmonies of #ED852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED852E

Black with #ED852E

Text Example


Text Example

White with #ED852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED852E; }

 p { color: rgb(237,133,46); }

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

background-color css

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

 a { background-color: rgb(237,133,46); }

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

border-color css

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

 span { border-color: rgb(237,133,46); }

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