Html Css Color HEX #EF9355 Sea Buckthorn

📋 copy color: '#EF9355'

red 239 ◦ green 147 ◦ blue 85

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

Shades of Sea Buckthorn #EF9355

Tints of Sea Buckthorn #EF9355

RGB

 RED value IS 239 (93.75% from 255) = 50.74%

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

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

R = 50.74%
G = 31.21%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF9355 (or 0xEF9355) is known color: Sea Buckthorn. HEX triplet: EF, 93 and 55. RGB value is (239,147,85). Sum of RGB (Red+Green+Blue) = 239+147+85=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9355 is #106CAA. Grayscale: #A7A7A7. Windows color (decimal): -1076395 or 5608431. OLE color: 5608431.

HSL color Cylindrical-coordinate representation of color #EF9355: hue angle of 24.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF9355 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 85 -
CMYK 0 0.38 0.64 0.06
HSL 24.16º 0.83% 0.64% -
HSV(B) 24.16º 0.64% 0.94% -
XYZ 47.67 39.87 13.78 -
YUV 167.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 239 147 85 0 0.38 0.64 0.06 24.16 0.83 0.64
Hex EF 93 55 0 26 40 6 18 53 40
Octal 357 223 125 0 46 100 6 30 123 100
Binary 11101111 10010011 1010101 0 100110 1000000 110 11000 1010011 1000000

Color Harmonies of #EF9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9355

Black with #EF9355

Text Example


Text Example

White with #EF9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9355; }

 p { color: rgb(239,147,85); }

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

background-color css

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

 a { background-color: rgb(239,147,85); }

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

border-color css

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

 span { border-color: rgb(239,147,85); }

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