Html Css Color HEX #ED9345 Sea Buckthorn

📋 copy color: '#ED9345'

red 237 ◦ green 147 ◦ blue 69

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

Shades of Sea Buckthorn #ED9345

Tints of Sea Buckthorn #ED9345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 52.32%
G = 32.45%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED9345 (or 0xED9345) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 45. RGB value is (237,147,69). Sum of RGB (Red+Green+Blue) = 237+147+69=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9345 is #126CBA. Grayscale: #A5A5A5. Windows color (decimal): -1207483 or 4559853. OLE color: 4559853.

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

Color convert

RGB 237 147 69 -
CMYK 0 0.38 0.71 0.07
HSL 27.86º 0.82% 0.6% -
HSV(B) 27.86º 0.71% 0.93% -
XYZ 46.43 39.3 10.77 -
YUV 165.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 237 147 69 0 0.38 0.71 0.07 27.86 0.82 0.6
Hex ED 93 45 0 26 47 7 1C 52 3C
Octal 355 223 105 0 46 107 7 34 122 74
Binary 11101101 10010011 1000101 0 100110 1000111 111 11100 1010010 111100

Color Harmonies of #ED9345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9345

Black with #ED9345

Text Example


Text Example

White with #ED9345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9345; }

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

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

background-color css

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

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

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

border-color css

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

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

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