Html Css Color HEX #EF914C Sea Buckthorn

📋 copy color: '#EF914C'

red 239 ◦ green 145 ◦ blue 76

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

Shades of Sea Buckthorn #EF914C

Tints of Sea Buckthorn #EF914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 51.96%
G = 31.52%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF914C (or 0xEF914C) is known color: Sea Buckthorn. HEX triplet: EF, 91 and 4C. RGB value is (239,145,76). Sum of RGB (Red+Green+Blue) = 239+145+76=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF914C is #106EB3. Grayscale: #A5A5A5. Windows color (decimal): -1076916 or 5018095. OLE color: 5018095.

HSL color Cylindrical-coordinate representation of color #EF914C: hue angle of 25.4º 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 #EF914C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 76 -
CMYK 0 0.39 0.68 0.06
HSL 25.4º 0.84% 0.62% -
HSV(B) 25.4º 0.68% 0.94% -
XYZ 47.03 39.12 11.91 -
YUV 165.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 239 145 76 0 0.39 0.68 0.06 25.4 0.84 0.62
Hex EF 91 4C 0 27 44 6 19 54 3E
Octal 357 221 114 0 47 104 6 31 124 76
Binary 11101111 10010001 1001100 0 100111 1000100 110 11001 1010100 111110

Color Harmonies of #EF914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF914C

Black with #EF914C

Text Example


Text Example

White with #EF914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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