Html Css Color HEX #ED9246 Sea Buckthorn

📋 copy color: '#ED9246'

red 237 ◦ green 146 ◦ blue 70

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

Shades of Sea Buckthorn #ED9246

Tints of Sea Buckthorn #ED9246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.23%

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

R = 52.32%
G = 32.23%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED9246 (or 0xED9246) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 46. RGB value is (237,146,70). Sum of RGB (Red+Green+Blue) = 237+146+70=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9246 is #126DB9. Grayscale: #A4A4A4. Windows color (decimal): -1207738 or 4625133. OLE color: 4625133.

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

Color convert

RGB 237 146 70 -
CMYK 0 0.38 0.70 0.07
HSL 27.31º 0.82% 0.6% -
HSV(B) 27.31º 0.7% 0.93% -
XYZ 46.31 39 10.88 -
YUV 164.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 237 146 70 0 0.38 0.70 0.07 27.31 0.82 0.6
Hex ED 92 46 0 26 46 7 1B 52 3C
Octal 355 222 106 0 46 106 7 33 122 74
Binary 11101101 10010010 1000110 0 100110 1000110 111 11011 1010010 111100

Color Harmonies of #ED9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9246

Black with #ED9246

Text Example


Text Example

White with #ED9246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9246; }

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

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

background-color css

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

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

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

border-color css

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

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

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