Html Css Color HEX #ED882B Sun

📋 copy color: '#ED882B'

red 237 ◦ green 136 ◦ blue 43

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

Shades of Sun #ED882B

Tints of Sun #ED882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 56.97%
G = 32.69%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED882B (or 0xED882B) is known color: Sun. HEX triplet: ED, 88 and 2B. RGB value is (237,136,43). Sum of RGB (Red+Green+Blue) = 237+136+43=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED882B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED882B is #1277D4. Grayscale: #9C9C9C. Windows color (decimal): -1210325 or 2853101. OLE color: 2853101.

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

Color convert

RGB 237 136 43 -
CMYK 0 0.43 0.82 0.07
HSL 28.76º 0.84% 0.55% -
HSV(B) 28.76º 0.82% 0.93% -
XYZ 44.17 35.79 6.87 -
YUV 155.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 237 136 43 0 0.43 0.82 0.07 28.76 0.84 0.55
Hex ED 88 2B 0 2B 52 7 1D 54 37
Octal 355 210 53 0 53 122 7 35 124 67
Binary 11101101 10001000 101011 0 101011 1010010 111 11101 1010100 110111

Color Harmonies of #ED882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED882B

Black with #ED882B

Text Example


Text Example

White with #ED882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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