Html Css Color HEX #EF993F Sea Buckthorn

📋 copy color: '#EF993F'

red 239 ◦ green 153 ◦ blue 63

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

Shades of Sea Buckthorn #EF993F

Tints of Sea Buckthorn #EF993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

 BLUE value IS 63 (25% from 255) = 13.85%

R = 52.53%
G = 33.63%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF993F (or 0xEF993F) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 3F. RGB value is (239,153,63). Sum of RGB (Red+Green+Blue) = 239+153+63=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF993F is #1066C0. Grayscale: #A8A8A8. Windows color (decimal): -1074881 or 4168175. OLE color: 4168175.

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

Color convert

RGB 239 153 63 -
CMYK 0 0.36 0.74 0.06
HSL 30.68º 0.85% 0.59% -
HSV(B) 30.68º 0.74% 0.94% -
XYZ 47.89 41.49 10.19 -
YUV 168.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 239 153 63 0 0.36 0.74 0.06 30.68 0.85 0.59
Hex EF 99 3F 0 24 4A 6 1F 55 3B
Octal 357 231 77 0 44 112 6 37 125 73
Binary 11101111 10011001 111111 0 100100 1001010 110 11111 1010101 111011

Color Harmonies of #EF993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF993F

Black with #EF993F

Text Example


Text Example

White with #EF993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF993F; }

 p { color: rgb(239,153,63); }

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

background-color css

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

 a { background-color: rgb(239,153,63); }

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

border-color css

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

 span { border-color: rgb(239,153,63); }

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