Html Css Color HEX #ED622A Sorbus

📋 copy color: '#ED622A'

red 237 ◦ green 98 ◦ blue 42

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

Shades of Sorbus #ED622A

Tints of Sorbus #ED622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 62.86%
G = 25.99%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED622A (or 0xED622A) is known color: Sorbus. HEX triplet: ED, 62 and 2A. RGB value is (237,98,42). Sum of RGB (Red+Green+Blue) = 237+98+42=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED622A is #129DD5. Grayscale: #858585. Windows color (decimal): -1220054 or 2777837. OLE color: 2777837.

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

Color convert

RGB 237 98 42 -
CMYK 0 0.59 0.82 0.07
HSL 17.23º 0.84% 0.55% -
HSV(B) 17.23º 0.82% 0.93% -
XYZ 39.71 26.91 5.29 -
YUV 133.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 237 98 42 0 0.59 0.82 0.07 17.23 0.84 0.55
Hex ED 62 2A 0 3B 52 7 11 54 37
Octal 355 142 52 0 73 122 7 21 124 67
Binary 11101101 1100010 101010 0 111011 1010010 111 10001 1010100 110111

Color Harmonies of #ED622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED622A

Black with #ED622A

Text Example


Text Example

White with #ED622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED622A; }

 p { color: rgb(237,98,42); }

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

background-color css

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

 a { background-color: rgb(237,98,42); }

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

border-color css

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

 span { border-color: rgb(237,98,42); }

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