Html Css Color HEX #ED842B Sun

📋 copy color: '#ED842B'

red 237 ◦ green 132 ◦ blue 43

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

Shades of Sun #ED842B

Tints of Sun #ED842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 43 (17.19% from 255) = 10.44%

R = 57.52%
G = 32.04%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED842B (or 0xED842B) is known color: Sun. HEX triplet: ED, 84 and 2B. RGB value is (237,132,43). Sum of RGB (Red+Green+Blue) = 237+132+43=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED842B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED842B is #127BD4. Grayscale: #999999. Windows color (decimal): -1211349 or 2852077. OLE color: 2852077.

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

Color convert

RGB 237 132 43 -
CMYK 0 0.44 0.82 0.07
HSL 27.53º 0.84% 0.55% -
HSV(B) 27.53º 0.82% 0.93% -
XYZ 43.61 34.68 6.68 -
YUV 153.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 237 132 43 0 0.44 0.82 0.07 27.53 0.84 0.55
Hex ED 84 2B 0 2C 52 7 1C 54 37
Octal 355 204 53 0 54 122 7 34 124 67
Binary 11101101 10000100 101011 0 101100 1010010 111 11100 1010100 110111

Color Harmonies of #ED842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED842B

Black with #ED842B

Text Example


Text Example

White with #ED842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED842B; }

 p { color: rgb(237,132,43); }

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

background-color css

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

 a { background-color: rgb(237,132,43); }

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

border-color css

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

 span { border-color: rgb(237,132,43); }

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