Html Css Color HEX #ED9146 Sea Buckthorn

📋 copy color: '#ED9146'

red 237 ◦ green 145 ◦ blue 70

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

Shades of Sea Buckthorn #ED9146

Tints of Sea Buckthorn #ED9146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 52.43%
G = 32.08%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED9146 (or 0xED9146) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 46. RGB value is (237,145,70). Sum of RGB (Red+Green+Blue) = 237+145+70=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9146 is #126EB9. Grayscale: #A4A4A4. Windows color (decimal): -1207994 or 4624877. OLE color: 4624877.

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

Color convert

RGB 237 145 70 -
CMYK 0 0.39 0.70 0.07
HSL 26.95º 0.82% 0.6% -
HSV(B) 26.95º 0.7% 0.93% -
XYZ 46.16 38.7 10.83 -
YUV 163.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 237 145 70 0 0.39 0.70 0.07 26.95 0.82 0.6
Hex ED 91 46 0 27 46 7 1B 52 3C
Octal 355 221 106 0 47 106 7 33 122 74
Binary 11101101 10010001 1000110 0 100111 1000110 111 11011 1010010 111100

Color Harmonies of #ED9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9146

Black with #ED9146

Text Example


Text Example

White with #ED9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9146; }

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

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

background-color css

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

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

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

border-color css

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

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

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