Html Css Color HEX #EFA045 Sea Buckthorn

📋 copy color: '#EFA045'

red 239 ◦ green 160 ◦ blue 69

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

Shades of Sea Buckthorn #EFA045

Tints of Sea Buckthorn #EFA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 51.07%
G = 34.19%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFA045 (or 0xEFA045) is known color: Sea Buckthorn. HEX triplet: EF, A0 and 45. RGB value is (239,160,69). Sum of RGB (Red+Green+Blue) = 239+160+69=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA045 is #105FBA. Grayscale: #ADADAD. Windows color (decimal): -1073083 or 4563183. OLE color: 4563183.

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

Color convert

RGB 239 160 69 -
CMYK 0 0.33 0.71 0.06
HSL 32.12º 0.84% 0.6% -
HSV(B) 32.12º 0.71% 0.94% -
XYZ 49.24 43.92 11.51 -
YUV 173.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 239 160 69 0 0.33 0.71 0.06 32.12 0.84 0.6
Hex EF A0 45 0 21 47 6 20 54 3C
Octal 357 240 105 0 41 107 6 40 124 74
Binary 11101111 10100000 1000101 0 100001 1000111 110 100000 1010100 111100

Color Harmonies of #EFA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA045

Black with #EFA045

Text Example


Text Example

White with #EFA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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