Html Css Color HEX #EFA044 Sea Buckthorn

📋 copy color: '#EFA044'

red 239 ◦ green 160 ◦ blue 68

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

Shades of Sea Buckthorn #EFA044

Tints of Sea Buckthorn #EFA044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.26%

 BLUE value IS 68 (26.95% from 255) = 14.56%

R = 51.18%
G = 34.26%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFA044 (or 0xEFA044) is known color: Sea Buckthorn. HEX triplet: EF, A0 and 44. RGB value is (239,160,68). Sum of RGB (Red+Green+Blue) = 239+160+68=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA044 is #105FBB. Grayscale: #ADADAD. Windows color (decimal): -1073084 or 4497647. OLE color: 4497647.

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

Color convert

RGB 239 160 68 -
CMYK 0 0.33 0.72 0.06
HSL 32.28º 0.84% 0.6% -
HSV(B) 32.28º 0.72% 0.94% -
XYZ 49.21 43.91 11.35 -
YUV 173.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 239 160 68 0 0.33 0.72 0.06 32.28 0.84 0.6
Hex EF A0 44 0 21 48 6 20 54 3C
Octal 357 240 104 0 41 110 6 40 124 74
Binary 11101111 10100000 1000100 0 100001 1001000 110 100000 1010100 111100

Color Harmonies of #EFA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA044

Black with #EFA044

Text Example


Text Example

White with #EFA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA044; }

 p { color: rgb(239,160,68); }

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

background-color css

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

 a { background-color: rgb(239,160,68); }

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

border-color css

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

 span { border-color: rgb(239,160,68); }

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