Html Css Color HEX #ED9C55 Sea Buckthorn

📋 copy color: '#ED9C55'

red 237 ◦ green 156 ◦ blue 85

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

Shades of Sea Buckthorn #ED9C55

Tints of Sea Buckthorn #ED9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 49.58%
G = 32.64%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED9C55 (or 0xED9C55) is known color: Sea Buckthorn. HEX triplet: ED, 9C and 55. RGB value is (237,156,85). Sum of RGB (Red+Green+Blue) = 237+156+85=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C55 is #1263AA. Grayscale: #ACACAC. Windows color (decimal): -1205163 or 5610733. OLE color: 5610733.

HSL color Cylindrical-coordinate representation of color #ED9C55: hue angle of 28.03º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9C55 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 85 -
CMYK 0 0.34 0.64 0.07
HSL 28.03º 0.81% 0.63% -
HSV(B) 28.03º 0.64% 0.93% -
XYZ 48.45 42.44 14.23 -
YUV 172.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 237 156 85 0 0.34 0.64 0.07 28.03 0.81 0.63
Hex ED 9C 55 0 22 40 7 1C 51 3F
Octal 355 234 125 0 42 100 7 34 121 77
Binary 11101101 10011100 1010101 0 100010 1000000 111 11100 1010001 111111

Color Harmonies of #ED9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C55

Black with #ED9C55

Text Example


Text Example

White with #ED9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C55; }

 p { color: rgb(237,156,85); }

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

background-color css

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

 a { background-color: rgb(237,156,85); }

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

border-color css

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

 span { border-color: rgb(237,156,85); }

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