Html Css Color HEX #ED9648 Sea Buckthorn

📋 copy color: '#ED9648'

red 237 ◦ green 150 ◦ blue 72

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

Shades of Sea Buckthorn #ED9648

Tints of Sea Buckthorn #ED9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 51.63%
G = 32.68%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED9648 (or 0xED9648) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 48. RGB value is (237,150,72). Sum of RGB (Red+Green+Blue) = 237+150+72=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9648 is #1269B7. Grayscale: #A7A7A7. Windows color (decimal): -1206712 or 4757229. OLE color: 4757229.

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

Color convert

RGB 237 150 72 -
CMYK 0 0.37 0.70 0.07
HSL 28.36º 0.82% 0.61% -
HSV(B) 28.36º 0.7% 0.93% -
XYZ 47 40.29 11.43 -
YUV 167.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 237 150 72 0 0.37 0.70 0.07 28.36 0.82 0.61
Hex ED 96 48 0 25 46 7 1C 52 3D
Octal 355 226 110 0 45 106 7 34 122 75
Binary 11101101 10010110 1001000 0 100101 1000110 111 11100 1010010 111101

Color Harmonies of #ED9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9648

Black with #ED9648

Text Example


Text Example

White with #ED9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9648; }

 p { color: rgb(237,150,72); }

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

background-color css

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

 a { background-color: rgb(237,150,72); }

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

border-color css

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

 span { border-color: rgb(237,150,72); }

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