Html Css Color HEX #ED552B Outrageous Orange

📋 copy color: '#ED552B'

red 237 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #ED552B

Tints of Outrageous Orange #ED552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

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

R = 64.93%
G = 23.29%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED552B (or 0xED552B) is known color: Outrageous Orange. HEX triplet: ED, 55 and 2B. RGB value is (237,85,43). Sum of RGB (Red+Green+Blue) = 237+85+43=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED552B is #12AAD4. Grayscale: #7D7D7D. Windows color (decimal): -1223381 or 2840045. OLE color: 2840045.

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

Color convert

RGB 237 85 43 -
CMYK 0 0.64 0.82 0.07
HSL 12.99º 0.84% 0.55% -
HSV(B) 12.99º 0.82% 0.93% -
XYZ 38.61 24.68 5.01 -
YUV 125.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 237 85 43 0 0.64 0.82 0.07 12.99 0.84 0.55
Hex ED 55 2B 0 40 52 7 D 54 37
Octal 355 125 53 0 100 122 7 15 124 67
Binary 11101101 1010101 101011 0 1000000 1010010 111 1101 1010100 110111

Color Harmonies of #ED552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED552B

Black with #ED552B

Text Example


Text Example

White with #ED552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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