Html Css Color HEX #EF9F4C Sea Buckthorn

📋 copy color: '#EF9F4C'

red 239 ◦ green 159 ◦ blue 76

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

Shades of Sea Buckthorn #EF9F4C

Tints of Sea Buckthorn #EF9F4C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.54%

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 50.42%
G = 33.54%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF9F4C (or 0xEF9F4C) is known color: Sea Buckthorn. HEX triplet: EF, 9F and 4C. RGB value is (239,159,76). Sum of RGB (Red+Green+Blue) = 239+159+76=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F4C is #1060B3. Grayscale: #ADADAD. Windows color (decimal): -1073332 or 5021679. OLE color: 5021679.

HSL color Cylindrical-coordinate representation of color #EF9F4C: hue angle of 30.55º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF9F4C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 76 -
CMYK 0 0.33 0.68 0.06
HSL 30.55º 0.84% 0.62% -
HSV(B) 30.55º 0.68% 0.94% -
XYZ 49.3 43.67 12.67 -
YUV 173.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 239 159 76 0 0.33 0.68 0.06 30.55 0.84 0.62
Hex EF 9F 4C 0 21 44 6 1F 54 3E
Octal 357 237 114 0 41 104 6 37 124 76
Binary 11101111 10011111 1001100 0 100001 1000100 110 11111 1010100 111110

Color Harmonies of #EF9F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F4C

Black with #EF9F4C

Text Example


Text Example

White with #EF9F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F4C; }

 p { color: rgb(239,159,76); }

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

background-color css

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

 a { background-color: rgb(239,159,76); }

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

border-color css

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

 span { border-color: rgb(239,159,76); }

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