Html Css Color HEX #ED6438 Sorbus

📋 copy color: '#ED6438'

red 237 ◦ green 100 ◦ blue 56

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

Shades of Sorbus #ED6438

Tints of Sorbus #ED6438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 60.31%
G = 25.45%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED6438 (or 0xED6438) is known color: Sorbus. HEX triplet: ED, 64 and 38. RGB value is (237,100,56). Sum of RGB (Red+Green+Blue) = 237+100+56=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6438 is #129BC7. Grayscale: #888888. Windows color (decimal): -1219528 or 3695853. OLE color: 3695853.

HSL color Cylindrical-coordinate representation of color #ED6438: hue angle of 14.59º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED6438 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 56 -
CMYK 0 0.58 0.76 0.07
HSL 14.59º 0.83% 0.57% -
HSV(B) 14.59º 0.76% 0.93% -
XYZ 40.2 27.4 6.91 -
YUV 135.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 237 100 56 0 0.58 0.76 0.07 14.59 0.83 0.57
Hex ED 64 38 0 3A 4C 7 F 53 39
Octal 355 144 70 0 72 114 7 17 123 71
Binary 11101101 1100100 111000 0 111010 1001100 111 1111 1010011 111001

Color Harmonies of #ED6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6438

Black with #ED6438

Text Example


Text Example

White with #ED6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6438; }

 p { color: rgb(237,100,56); }

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

background-color css

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

 a { background-color: rgb(237,100,56); }

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

border-color css

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

 span { border-color: rgb(237,100,56); }

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