Html Css Color HEX #EF9250 Sea Buckthorn

📋 copy color: '#EF9250'

red 239 ◦ green 146 ◦ blue 80

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

Shades of Sea Buckthorn #EF9250

Tints of Sea Buckthorn #EF9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 51.4%
G = 31.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF9250 (or 0xEF9250) is known color: Sea Buckthorn. HEX triplet: EF, 92 and 50. RGB value is (239,146,80). Sum of RGB (Red+Green+Blue) = 239+146+80=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9250 is #106DAF. Grayscale: #A6A6A6. Windows color (decimal): -1076656 or 5280495. OLE color: 5280495.

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

Color convert

RGB 239 146 80 -
CMYK 0 0.39 0.67 0.06
HSL 24.91º 0.83% 0.63% -
HSV(B) 24.91º 0.67% 0.94% -
XYZ 47.32 39.49 12.72 -
YUV 166.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 239 146 80 0 0.39 0.67 0.06 24.91 0.83 0.63
Hex EF 92 50 0 27 43 6 19 53 3F
Octal 357 222 120 0 47 103 6 31 123 77
Binary 11101111 10010010 1010000 0 100111 1000011 110 11001 1010011 111111

Color Harmonies of #EF9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9250

Black with #EF9250

Text Example


Text Example

White with #EF9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9250; }

 p { color: rgb(239,146,80); }

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

background-color css

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

 a { background-color: rgb(239,146,80); }

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

border-color css

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

 span { border-color: rgb(239,146,80); }

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