Html Css Color HEX #EF9640 Sea Buckthorn

📋 copy color: '#EF9640'

red 239 ◦ green 150 ◦ blue 64

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

Shades of Sea Buckthorn #EF9640

Tints of Sea Buckthorn #EF9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 52.76%
G = 33.11%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF9640 (or 0xEF9640) is known color: Sea Buckthorn. HEX triplet: EF, 96 and 40. RGB value is (239,150,64). Sum of RGB (Red+Green+Blue) = 239+150+64=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9640 is #1069BF. Grayscale: #A7A7A7. Windows color (decimal): -1075648 or 4232943. OLE color: 4232943.

HSL color Cylindrical-coordinate representation of color #EF9640: hue angle of 29.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9640 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 64 -
CMYK 0 0.37 0.73 0.06
HSL 29.49º 0.85% 0.59% -
HSV(B) 29.49º 0.73% 0.94% -
XYZ 47.43 40.53 10.17 -
YUV 166.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 239 150 64 0 0.37 0.73 0.06 29.49 0.85 0.59
Hex EF 96 40 0 25 49 6 1D 55 3B
Octal 357 226 100 0 45 111 6 35 125 73
Binary 11101111 10010110 1000000 0 100101 1001001 110 11101 1010101 111011

Color Harmonies of #EF9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9640

Black with #EF9640

Text Example


Text Example

White with #EF9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9640; }

 p { color: rgb(239,150,64); }

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

background-color css

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

 a { background-color: rgb(239,150,64); }

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

border-color css

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

 span { border-color: rgb(239,150,64); }

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