Html Css Color HEX #ED9145 Sea Buckthorn

📋 copy color: '#ED9145'

red 237 ◦ green 145 ◦ blue 69

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

Shades of Sea Buckthorn #ED9145

Tints of Sea Buckthorn #ED9145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 69 (27.34% from 255) = 15.3%

R = 52.55%
G = 32.15%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED9145 (or 0xED9145) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 45. RGB value is (237,145,69). Sum of RGB (Red+Green+Blue) = 237+145+69=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9145 is #126EBA. Grayscale: #A4A4A4. Windows color (decimal): -1207995 or 4559341. OLE color: 4559341.

HSL color Cylindrical-coordinate representation of color #ED9145: hue angle of 27.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED9145 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 69 -
CMYK 0 0.39 0.71 0.07
HSL 27.14º 0.82% 0.6% -
HSV(B) 27.14º 0.71% 0.93% -
XYZ 46.12 38.69 10.67 -
YUV 163.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 237 145 69 0 0.39 0.71 0.07 27.14 0.82 0.6
Hex ED 91 45 0 27 47 7 1B 52 3C
Octal 355 221 105 0 47 107 7 33 122 74
Binary 11101101 10010001 1000101 0 100111 1000111 111 11011 1010010 111100

Color Harmonies of #ED9145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9145

Black with #ED9145

Text Example


Text Example

White with #ED9145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9145; }

 p { color: rgb(237,145,69); }

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

background-color css

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

 a { background-color: rgb(237,145,69); }

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

border-color css

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

 span { border-color: rgb(237,145,69); }

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