Html Css Color HEX #ED662A Sorbus

📋 copy color: '#ED662A'

red 237 ◦ green 102 ◦ blue 42

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

Shades of Sorbus #ED662A

Tints of Sorbus #ED662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

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

R = 62.2%
G = 26.77%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED662A (or 0xED662A) is known color: Sorbus. HEX triplet: ED, 66 and 2A. RGB value is (237,102,42). Sum of RGB (Red+Green+Blue) = 237+102+42=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED662A is #1299D5. Grayscale: #878787. Windows color (decimal): -1219030 or 2778861. OLE color: 2778861.

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

Color convert

RGB 237 102 42 -
CMYK 0 0.57 0.82 0.07
HSL 18.46º 0.84% 0.55% -
HSV(B) 18.46º 0.82% 0.93% -
XYZ 40.09 27.67 5.42 -
YUV 135.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 237 102 42 0 0.57 0.82 0.07 18.46 0.84 0.55
Hex ED 66 2A 0 39 52 7 12 54 37
Octal 355 146 52 0 71 122 7 22 124 67
Binary 11101101 1100110 101010 0 111001 1010010 111 10010 1010100 110111

Color Harmonies of #ED662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED662A

Black with #ED662A

Text Example


Text Example

White with #ED662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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